RotateLeft

WMA link


RotateLeft[expr]

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

RotateLeft[expr, n]

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

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

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

Riffle
RotateRight