rotate ( seq n -- seq' )


Vocabulary
sequences.extras

Inputs
seqa sequence
nan integer


Outputs
seq'a sequence


Word description
Move the first n elements of seq to the end.

Definition