hash-table?

[procedure] hash-table? obj

SRFI-69: A predicate to test whether a given object obj is a hash table. The hash table type should be disjoint from all other types, if possible.

Chicken, STk, STklos, Gauche, MzScheme: see make-hash-table.

Bigloo: Also has this, but deprecated it. See hashtable?.