beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

FlattenArray Op

FlattenArray

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


e.g. [1,2,[3,4,5,[6,7]]] will become [1,2,3,4,5,6,7]


Edit Documentation

Full Name
  • Ops.Array.FlattenArray
Visibility
  • Core Op - Official cables op
Author


 

INPUT PORTS


Array (Array)

OUTPUT PORTS


Result (Array)

Usages of FlattenArray

  • Examples
  • Public
  • My Patches
  • Ops

Changelog


created opuser avatarpandur - 2019-10-09
Ops.Array.FlatArray renamed to Ops.Array.FlattenArrayuser avatarpandur - 2019-10-09