Creates a new array with the elements from the iterable in reverse order.
A new array with the elements reversed.
The iterable to inspect.
Generated using TypeDoc
Creates a new array with the elements from the iterable in reverse order.
Returns
A new array with the elements reversed.