Next: stdlib hashtable hash functions, Previous: stdlib hashtable procedures, Up: stdlib hashtable [Index]
Return the equivalence function used by hashtable to compare keys.
For hashtables created with make-eq-hashtable and
make-eqv-hashtable, returns eq? and eqv?
respectively.
Return the hash function used by hashtable. For hashtables
created by make-eq-hashtable or make-eqv-hashtable,
#f is returned.
Return #t if hashtable is mutable, otherwise #f.