Primitive
array.concat
BETAShort name: concat
Version: 1.0.0
Concatenate an array of arrays into a single new array.
Back to primitive libraryInputs
| Key | Type | Required | Description |
|---|---|---|---|
| arrays | array | true | Array of arrays to concatenate. |
Outputs
| Key | Type | Required | Description |
|---|---|---|---|
| result | array | false | Concatenated result array. |