WeaveArrays Op
Weaves two arrays together (combine, join, merge)
Summary (oneliner)
Full Name
- Ops.Array.WeaveArrays
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch weaveArrays example
INPUT PORTS
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
OUTPUT PORTS
Combined Array (Array)
The combined (weaved) array