Skip to content

v2.8.0

Choose a tag to compare

@elliotchance elliotchance released this 08 Sep 17:39
4912a95
Added Rotate (#198)

Rotate returns slice circularly rotated by a number of positions n.
If n is positive, the slice is rotated right.
If n is negative, the slice is rotated left.