ArrayToArrays Op

ArrayToArrays

splits an array up into an array of arrays


e.g. stride of 2: [a,b,c,d,e,f] becomes [[a,b],[c,d],[e,f]]


Full Name
  • Ops.Array.ArrayToArrays
Visibility
  • Core Op - visible for everyone
License
  • MIT
AuthorgithubMaintained by Team


INPUT PORTS


Array (Array)
Stride (Number: integer)

OUTPUT PORTS


Result (Array)

Changelog

Patches using ArrayToArrays

  • Examples
  • Public
  • My Patches