lookup package:hashtables

Looks up a key-value mapping in a hash table. O(n) worst case, (O(1) for cuckoo hash), O(1) amortized.
See the documentation for this function in lookup.
See the documentation for this function in lookup.
See the documentation for this function in Data.HashTable.Class#v:lookup.
Looks up the index of a key-value mapping in a hash table suitable for passing to nextByIndex.
See the documentation for this function in lookupIndex.
Find index of given key in the hashtable.