chickadee » srfi-69 » hash-table-remove!

hash-table-remove! HASH-TABLE PROCprocedure

Calls PROC for all entries in HASH-TABLE with the key and value of each entry. If PROC returns true, then that entry is removed.