make_eq_hashtable


make_eq_hashtable(@optional size)
      

Return new hash table that uses eq_hash for hashing keys and calls is_eq for comparing keys.

Also see:

make_eqv_hashtable
make_equal_hashtable


Core Module Index | Contents