Implementation
public enum Implementation : Sendable
The lowered implementation of a requirement.
-
The implementation of a function or subscript requirement.
Declaration
Swift
case function(FunctionReference) -
The implementation of an associated type or value requirement.
Declaration
Swift
case value(CompileTimeValue)
View on GitHub