move ( to from seq -- )
Factor handbook » The language » Collections » Sequence operations » Destructive sequence operations

Prev:reverse! ( seq -- seq )
Next:exchange ( m n seq -- )


Vocabulary
sequences

Inputs
toan index in seq
froman index in seq
seqa mutable sequence


Outputs
None

Word description
Sets the element with index m to the element with index n.

Side effects
Modifies seq

Definition