Handbook
Glossary
snip-of ( seq from to -- head tail )
Vocabulary
sequences
.
extras
Inputs
seq
an
object
from
an
object
to
an
object
Outputs
head
an
object
tail
an
object
Definition
USING:
kernel
sequences
;
IN:
sequences.extras
:
snip-of
( seq from to -- head tail )
[
head
]
[
tail
]
bi-curry*
bi
;
inline