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

FlattenArray Op



FlattenArray
Namespace: Ops.Array

Op author: pandur

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]



Inputs

Array (Array)

Outputs

Result (Array)

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

flatten array example


Patches using FlattenArray

  • Examples
  • Public
  • My Patches

Changelog


created op
2019-10-09 - pandur
Ops.Array.FlatArray renamed to Ops.Array.FlattenArray
2019-10-09 - pandur