Generic Function Internal-Do-Bag-Pairs (1 method)

( internal-do-bag-pairs bag elt-fn value-fn )

Part of:

package fset
Calls elt-fn on successive pairs of the bag (the second argument is
the multiplicity); when done, calls value-fn on no arguments and returns the
result(s). This is called by do-bag to provide for the possibility of
different bag implementations; it is not for public use. elt-fn and
value-fn must be function objects, not symbols.

Method Summary

internal-do-bag-pairs wb-bag  t  t