chickadee » vlist » vhash-fold

vhash-foldprocedure

Folds over the key/pair elements of vhash from left to right, with each call to proc having the form (proc key value result), where result is the result of the previous call to proc and init the value of result for the first call to proc.