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