Enumeration Case 列挙ケース

SortOrder.reverse

The ordering that places the first item after the second when comparing two items using an ascending order.

Declaration 宣言

case reverse

Discussion 議論

The ordering places the first item after the second when a ComparisonResult of two items is ComparisonResult.orderedAscending.

See Also 参照

Using Sort Orders