RotateArray Op
Shift array contents based upon rotate amount
Summary (oneliner)
<p>An array of [0,1,2,3,4] rotated by 2 will result in [2,3,4,0,1]</p>
Full Name
- Ops.Array.RotateArray
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch ArrayRotate example file
INPUT PORTS
Array in (Array)
<p>Array in to modify</p>
Rotate amount (Number:
<i>integer</i>
)<p>Rotates array contents - accepts negative and positive numbers</p>
OUTPUT PORTS
ArrayOut (Array)
<p>The modified array out</p>