Return Value 戻り値
An array containing the elements of this sequence in reverse order. このシーケンスの要素を逆順に含んでいる配列。
Availability
Technology
func reversed() -> [Key]
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. 計算量:O(n)、ここでnはシーケンスの長さです。