Generic Function Internal-Do-Tuple (1 method)

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

Part of:

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

Method Summary

internal-do-tuple tuple  t  t