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 क्लाइंट से उपयोग करें