Generic Function Internal-Do-Set (3 methods)

( internal-do-set set elt-fn value-fn )

Part of:

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

Method Summary

internal-do-set bounded-set  t  t  
internal-do-set complement-set  t  t  
internal-do-set wb-set  t  t