concat
Concatenates the given arrays along the specified axis.
Return
the concatenated array
Parameters
first
the first array
rest
the rest of the arrays
axis
the axis to concatenate along
Concatenates the given arrays along the specified axis.
Return
the concatenated array
Since
1.3.0
Parameters
first
the first array
rest
the rest of the arrays
axis
the axis to concatenate along