tuple
elt-fn
value-fn
)elt-fn
on successive pairs of the tuple (as two arguments); when done,value-fn
on no arguments and returns the result(s). This is called bydo-tuple
to provide for the possibility of different tuple implementations;elt-fn
and value-fn
must be function objects,internal-do-tuple tuple t t |