concat<T>(array1: T[], array2: T[]): T[]
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
array1: T[]
array2: T[]
A simple generic function that concatenates two arrays.
Use
@typeParam <param name>
to document generic type parameters, e.g.