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 - Official cables op
- 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)
Patches using ArrayToArrays
Changelog
created op | ||
Ops.User.pandur.ArrayToArrays renamed to Ops.Dev.Arrays.ArrayToArrays | ||
Ops.Dev.Arrays.ArrayToArrays renamed to Ops.Arrays.ArrayToArrays | ||
rename | Ops.Arrays.ArrayToArrays renamed to Ops.Array.ArrayToArrays | |
bugfix | result was not updating when changing the stride | |
bugfix | op crashed when stride was 0 |