Handbook
Glossary
collect-into ( quot into -- quot' )
Vocabulary
sequences
.
private
Inputs
quot
an
object
into
an
object
Outputs
quot'
an
object
Definition
USING:
kernel
;
IN:
sequences.private
:
collect-into
( quot into -- quot' )
[
[
keep
]
dip
set-nth-unsafe
]
2curry
;
inline