ListTools[Rotate] - rotate the elements in a list
|
Calling Sequence
|
|
Rotate(L, N)
|
|
Description
|
|
•
|
The Rotate(L, N) function rotates the elements in list L by N positions.
|
•
|
In the special case where L contains no elements, is returned.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
|
|
Download Help Document
Was this information helpful?