fixedLengthArrayVector#

swordfish.function.fixedLengthArrayVector()#

Concatenate vectors, matrices, and tables.

Note

The length of a vector or each vector in a tuple, and the number of rows of a matrix or table must be the same.

Parameters:

args (Constant) – Vectors, tuples, fixed length array vectors, matrices, or tables. All args must be of the same data type supported by array vectors.

Returns:

An array vector.

Return type:

Constant