RotateRight

WMA link


RotateRight[expr]

rotates the items of expr' by one item to the right.

RotateRight[expr, n]

rotates the items of expr' by n items to the right.

RotateRight[expr, {$n_1$, $n_2$, ...}]

rotates the items of expr' by $n_1$ items to the right at the first level, by $n_2$ items to the right at the second level, and so on.

RotateLeft
Split