chickadee » srfi-69 » hash-table-map

hash-table-map HASH-TABLE FUNCprocedure

Calls FUNC for all entries in HASH-TABLE with the key and value of each entry.

Returns a list of the results of each call.