hash-table-exists?

[procedure] hash-table-exists? hash-table key

SRFI-69: This predicate tells whether there is any association to key in hash-table.

[procedure] hash-table-exists? hash-table key

Gauche: returns #t if hash table contains an entry for key. See Concept:HashTable.