hash-table-pop!

[procedure] hash-table-pop! hash-table key [default]

Gauche: get the car of the list associated to key in hash-table, and sets the cdr of the original value to the key. See also hash-table-push!, Concept:HashTable.