Enumerations
The following enumerations are available globally.
-
The platform on which the compiler or interpreter is running.
See moreDeclaration
Swift
public enum Host : Sendable -
The state of memoization of a computation, including an “in progress” state that allows us to detect cycles.
See moreDeclaration
Swift
public enum Memo<T> : Equatable where T : Equatableextension Memo: Hashable where T: Hashableextension Memo: Sendable where T: Sendable -
The result type of a three-way comparison implementing a strict total order.
See moreDeclaration
Swift
public enum StrictOrdering : Hashable, Sendable -
The platform on which the compiler or interpreter is running/targeting.
See moreDeclaration
Swift
public enum Platform : Sendable
View on GitHub
Enumerations Reference