SortDescriptorResult
public enum SortDescriptorResult : ExpressibleByBooleanLiteral
Sort Descriptor Result
- same: The two objects are equally compared
- ascending: The first object is before the second (ordered)
- descending: The second object precedes the first (reversed)
-
Declaration
Swift
public typealias BooleanLiteralType = Bool
-
Declaration
Swift
public init(booleanLiteral value: Bool)