Handbook
Glossary
third-unsafe ( seq -- third )
Vocabulary
sequences
.
private
Inputs
seq
an
object
Outputs
third
an
object
Definition
USING:
kernel
;
IN:
sequences.private
:
third-unsafe
( seq -- third )
2
swap
nth-unsafe
;
inline