hash-table-set!

[procedure] hash-table-set! hash-table key value

SRFI-69: This procedure sets the value associated to key in hash-table. The previous association (if any) is removed.

[procedure] hash-table-set! hash-table key value

Chicken

This is called hash-table-put! in some implementations.