Handbook
Glossary
modify-to ( slice n -- slice' )
Vocabulary
modern
.
slices
Inputs
slice
an
object
n
an
object
Outputs
slice'
an
object
Definition
USING:
accessors
kernel
math
sequences
;
IN:
modern.slices
:
modify-to
( slice n -- slice' )
[
from>>
]
swap
[
[
to>>
]
]
dip
[
+
]
curry
compose
[
seq>>
]
tri
<slice>
;
inline