Creates a shallow copy of the given array and reverses that copy. Does not modify the original array.
The array to copy and reverse.
Creates a shallow copy of the given array and reverses that copy. Does not modify the original array.