make_equal_hashtable


make_equal_hashtable(@optional size)
      

Return new hash table that uses equal_hash for hashing keys and calls is_equal for comparing keys. Make_equal_hashtable is called internally by Slogan for compiling hash table literals.

Also see:

make_eq_hashtable
make_eqv_hashtable


Core Module Index | Contents