reverse_array

Produces an array where all elements are in the reverse order.

Input

array

Array to reverse.

Output

reversed

The reversed array.