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