Handbook
Glossary
map-into ( seq quot into -- )
Vocabulary
sequences
.
private
Inputs
seq
an
object
quot
an
object
into
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
sequences.private
:
map-into
( seq quot into -- )
[
length-operator
]
dip
collect
;
inline