Qurak
說明文件
價格
登入
Qurak
說明文件
函式
RotateLeft
RotateLeft
可用
Rotates list elements to the left.
形式
RotateLeft[expr, n]
RotateLeft[expr]
RotateLeft[expr, {n1, n2, …}]
已驗證的範例
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}
在 Qurak 上執行
搜尋參考文件
使用於
Combine and rearrange lists
- 15 個步驟
主題
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
相關
RotateRight
Reverse
PadLeft
BitShiftLeft
ArrayPad
ArrayReshape
Flatten
Partition
Join
Transpose
AlphabeticSort
ArrayFilter
← RotateLabel
RotateRight →
全部 6300 個函式
·
從 MCP 用戶端使用這個