WMA link
RotateLeft
RotateLeft[{1, 2, 3}]
RotateLeft[Range[10], 3]
RotateLeft[x[a, b, c], 2]
RotateLeft[{{a, b, c}, {d, e, f}, {g, h, i}}, {1, 2}]