Extra functions over hashtables.
exists h k
returns true is at least one item with key k
is
found in the hashtable.
Find a binding for the key, and return a default value if not found
Return the number of elements inserted into the Hashtbl (including duplicates)
Please refer to the Ocaml Manual for documentation of these functions. (note : functor support removed to avoid code duplication).