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

reversed()

Returns an array containing the elements of this sequence in reverse order.

Declaration 宣言

func reversed() -> [Self.Element]

Return Value 戻り値

An array containing the elements of this sequence in reverse order.

Discussion 議論

The sequence must be finite.