chickadee » srfi-69 » hash-table-fold

hash-table-fold HASH-TABLE FUNC INITprocedure

Calls FUNC for all entries in HASH-TABLE with the key and value of each entry, and the current folded value. The initial folded value is INIT.

Returns the final folded value.