Type Aliases
The following type aliases are available globally.
-
The result type of a three-way comparison implementing a strict partial order.
Declaration
Swift
public typealias StrictPartialOrdering = StrictOrdering? -
A Boolean extended with an indeterminate third value.
Declaration
Swift
public typealias ThreeValuedBit = Bool?
View on GitHub
Type Aliases Reference