hashtable-set![procedure] hashtable-set! hashtable key obj
R6RS: Changes hashtable to associate key with obj.
See also Concept:HashTable.
Other implementations have hash-table-set!, hashtable-put!,
hash-table-put!, hash-table/put!?, put!, table-set!.
|