Return Value 戻り値
An array containing the elements of this sequence in reverse order.
Availability 有効性
Technology
func reversed() -> [Self.Element]
An array containing the elements of this sequence in reverse order.
The sequence must be finite.
Complexity
O(n), where n is the length of the sequence.