Qurak
Documentation
Pricing
Sign in
Qurak
Documentation
Functions
RotateLeft
RotateLeft
Available
Rotates list elements to the left.
Forms
RotateLeft[expr, n]
RotateLeft[expr]
RotateLeft[expr, {n1, n2, …}]
Verified examples
RotateLeft[{1, 2, 3, 4, 5}] → {2, 3, 4, 5, 1}
RotateLeft[{a, b, c, d}, 2] → {c, d, a, b}
RotateLeft[{1, 2, 3}, 0] → {1, 2, 3}
Run this on Qurak
Search the reference
Used in
Combine and rearrange lists
- 15 steps
Topics
Parts Of Matrices
- Symbolic Matrices
Rearranging And Restructuring Lists
- Sequence-Oriented Operations
Summary Of New Features In150
- GPUArray Support
Summary Of New Features In150
- GPUArray Support
Related
RotateRight
Reverse
PadLeft
BitShiftLeft
ArrayPad
ArrayReshape
Flatten
Partition
Join
Transpose
AlphabeticSort
ArrayFilter
← RotateLabel
RotateRight →
All 6300 functions
·
Use this from an MCP client