chickadee » hash-trie » hash-trie/fold

hash-trie/fold HASH-TRIE INITIAL-VALUE COMBINATORprocedure

Folds HASH-TRIE by COMBINATOR, starting with an initial value V of INITIAL-VALUE and updating it for each association of a datum D with a key K, in no particular order, by (COMBINATOR K D V).