Generic Function Internal-Do-Map (1 method)

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

Part of:

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

Method Summary

internal-do-map wb-map  t  t