Handbook
Glossary
first2-unsafe ( seq -- first second )
Vocabulary
sequences
.
private
Inputs
seq
a
sequence
Outputs
first
the first element
second
the second element
Generic word contract
Unsafe variant of
first2
that does not perform bounds checks.
Definition
USING:
kernel
;
IN:
sequences.private
:
first2-unsafe
( seq -- first second )
[
first-unsafe
]
[
second-unsafe
]
bi
;
inline