Instance Method インスタンスメソッド

reversed()

Reversing a reversed collection returns the original collection. 逆にされたコレクションを逆にすることは、元のコレクションを返します。

Declaration 宣言

func reversed() -> Base

Discussion 解説

Complexity: O(1) 計算量:O(1)