Handbook
Glossary
nth3-unsafe ( n seq -- a b c )
Vocabulary
sequences
.
private
Inputs
n
an
object
seq
an
object
Outputs
a
an
object
b
an
object
c
an
object
Definition
USING:
kernel
math
;
IN:
sequences.private
:
nth3-unsafe
( n seq -- a b c )
[
nth2-unsafe
]
[
[
2
+
]
dip
nth-unsafe
]
2bi
;
inline