Moves the element at the start of the array to the end, shifting all items in the process. The "rotation" happens to the left.
The array to shift to the left. This array is modified in place.
Optional
The number of times to shift the array. Default 1.
Moves the element at the start of the array to the end, shifting all items in the process. The "rotation" happens to the left.