HashTable.find
Finds a value by key.
Arguments
The
key
to lookup.
Return values
value
found by the key, empty if the key is not found.exists
is a condition, TRUE if an entry with the given key exists, FALSE otherwise.
Complexity
Amortized constant, O(size) in the worst case.
Example
Output:
FALSE,()
TRUE,nineteen