chickadee » vlist » vhash-fold-right

vhash-fold-rightprocedure

Folds over the key/pair elements of vhash from right to left, 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.