ArrayToArrays Op
splits an array up into an array of arrays
Summary (oneliner)
e.g. stride of 2: [a,b,c,d,e,f]
becomes [[a,b],[c,d],[e,f]]
Full Name
- Ops.Array.ArrayToArrays
- Core Op - visible for everyone
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch arrayToArrays example
INPUT PORTS
Array (Array)
Stride (Number: integer)
OUTPUT PORTS
Result (Array)