method Array.reverse
Private
Array.reverse(): T[]

Reverses the elements in an array in place. This method mutates the array and returns a reference to the same array.

Return Type

T[]