RotateArray Op
Shift array contents based upon rotate amount
Summary (oneliner)
An array of
[0,1,2,3,4]
rotated by 2 will result in
[2,3,4,0,1]
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)
Array in to modify
Rotate amount (Number:integer )
Rotates array contents - accepts negative and positive numbers
OUTPUT PORTS
ArrayOut (Array)
The modified array out