A simple generic function that concatenates two arrays.
Use @typeParam <param name> to document generic type parameters, e.g.
@typeParam <param name>
@typeParam T the element type of the arrays Copy
@typeParam T the element type of the arrays
the element type of the arrays
A simple generic function that concatenates two arrays.
Use
@typeParam <param name>
to document generic type parameters, e.g.