mnmap ( m*seq quot m n -- result*n )
Generalized sequence words

Prev:nmap-as ( seq... quot exemplar n -- result )
Next:mnmap-as ( m*seq quot n*exemplar m n -- result*n )


Vocabulary
sequences.generalizations

Inputs
m*seqm sequences on the datastack
quota quotation with stack effect ( m*element -- result*n )
man integer
nan integer


Outputs
result*nn sequences 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 and provide any number of output sequences.

Definition