hashtable-remove![procedure] hashtable-remove! table key
Bigloo: removes item with key from a hashtable table.
Returns #t if the object with key was in table, #f otherwise.
See also make-hashtable, Concept:HashTable.
Other implementations have hash-table-remove! or hash-table-delete!.
|