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

WeaveArrays Op



WeaveArrays
Namespace: Ops.Array

Op author: tim

Weaves two arrays together (combine, join, merge)




Inputs

Array 1 (Array)

The first array

Array 2 (Array)

The second array

Chunk Size (Number)

How many elements will be used from each array in a chunk, e.g. when set to 1 the resulting array will contain one element from Array 1, one from Array 2, then one from Array 1 again and so on

Outputs

Combined Array (Array)

The combined (weaved) array


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using WeaveArrays

  • Examples (1)
  • Public
  • My Patches