Handbook
Glossary
2map-into ( seq1 seq2 quot into -- )
Vocabulary
sequences
.
extras
Inputs
seq1
a
sequence
seq2
a
sequence
quot
a
quotation
into
an
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
USING:
kernel
sequences.private
;
IN:
sequences.extras
:
2map-into
( seq1 seq2 quot into -- )
[
2length-operator
]
dip
collect
;
inline