hashtable-get

[procedure] hashtable-get table key

Bigloo: Returns the entry that has key from table. If no entry is found with key, #f is returned. See also make-hashtable, Concept:HashTable. In other implementations, this is called hash-table-get.