build_array

Concatenates the inputs into a final array.

Inputs

One or more connections to either arrays or elements. If all connections are to non-array values, then the output is the array of those values. If all connections are to arrays of the same dimension, the output is the result of concatenating all those arrays end to end. If the inputs are a mix of arrays and elements, then the output is the concatenation of all inputs.

To build an array of higher dimension out of multiple arrays of the same dimension, connect an empty array of the higher dimension as input.

Output

array

The new array.