the first element to concat and as well as the target of the concatenation operation
the array to append to target
Flattens the given array.
the array to flatten
returns an array containing all the values contained in the sub arrays of deep array.
Converts the given iterator to an array
element type
the iterator that is to be converted into an array
the array representation of the given iterator
Creates an iterator that iterates over the given array
element type
the array
the iterator
Generated using TypeDoc
Appends the toAppend array to the target array. The result is stored in the target array (therefore, in place)