Enumeration Case 列挙ケース

SortOrder.forward

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

Declaration 宣言

case forward

Discussion 議論

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

See Also 参照

Using Sort Orders