Returns an array containing the elements of this sequence in reverse order.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Return Value
An array containing the elements of this sequence in reverse order.
Discussion
The sequence must be finite.
Complexity: O(n), where n is the length of the sequence.