FlattenArray Op

FlattenArray

Creates a new array with all sub-array selements concatenated into it


<p>e.g. <code>[1,2,[3,4,5,[6,7]]]</code> will become <code>[1,2,3,4,5,6,7]</code></p>


Full Name
  • Ops.Array.FlattenArray
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub


INPUT PORTS


Array (Array)

OUTPUT PORTS


Result (Array)

Patches using FlattenArray

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarpandur - 2019-10-09 19:08
Ops.Array.FlatArray renamed to Ops.Array.FlattenArrayuser avatarpandur - 2019-10-09 19:56