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