chickadee » vlist » vhash-fold*

vhash-fold*procedure

Folds over all the values associated with key in vhash, with each call to proc having the form (proc 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.