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 to to the element with index from.

Side effects
Modifies seq

Definition