nth-unsafe ( n seq -- elt )
Factor handbook » The language » Collections » Sequence operations » Sequence protocol

Prev:nth ( n seq -- elt )
Next:?nth ( n seq -- elt/f )


Vocabulary
sequences.private

Inputs
nan integer
seqa sequence


Outputs
eltan object


Generic word contract
Unsafe variant of nth that does not perform bounds checks.

Definition


Methods