Rotate values in array.
an array
rotate amount (+ve: left, -ve: right) [0]
x[n..] ⧺ x[0..n]
Generated using TypeDoc
Rotate values in array.