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

Prev:set-nth ( elt n seq -- )
Next:?set-nth ( elt n seq -- )


Vocabulary
sequences.private

Inputs
eltan object
nan integer
seqa sequence


Outputs
None

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

Definition


Methods