2map-into ( seq1 seq2 quot into -- )


Vocabulary
sequences.extras

Inputs
seq1a sequence
seq2a sequence
quota quotation
intoan object


Outputs
None

Word description
Applies the quotation to each pair of elements in turn, yielding new elements which are collected into a new sequence having the same class as into.

Definition