Handbook
Glossary
remove-nth-of*! ( seq n -- nth seq )
Vocabulary
sequences
.
extras
Inputs
seq
an
object
n
an
object
Outputs
nth
an
object
seq
an
object
Definition
USING:
kernel
math
;
IN:
sequences.extras
:
remove-nth-of*!
( seq n -- nth seq )
[
nth-of
]
[
dup
1
+
delete-slice-of
]
2bi
;