SortDescriptor
public protocol SortDescriptor
Describes a basis for ordering types.
-
Undocumented
Declaration
Swift
public protocol SortDescriptor
-
Compares two types and gets their order.
Declaration
Swift
func sort(first: SortedType, second: SortedType) -> Order