Qurak

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}

使用於

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個