nmap ( seq... quot n -- result )
Generalized sequence words

Prev:neach ( seq... quot n -- )
Next:nmap-as ( seq... quot exemplar n -- result )


Vocabulary
sequences.generalizations

Inputs
seq...n sequences on the datastack
quota quotation with stack effect ( element... -- result )
nan integer


Outputs
resulta sequence of the same type as the first seq


Word description
A generalization of map, 2map, and 3map that can map over any number of sequences in parallel.

Definition