Anonymous View

ArrayToArrays Op

ArrayToArrays

Split 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
AuthorCreated
  • Nov 5, 2022 at 15:27
githubMaintained by Team


INPUT PORTS


Array (Array)
Stride (Number: integer)

OUTPUT PORTS


Result (Array)

Changelog

Patches using ArrayToArrays

  • Examples
  • Public
  • My Patches