-
Undocumented
See moreDeclaration
Swift
public enum Body : Codable, Sendable -
Declaration
Swift
public let site: SourceRange -
The pattern of the case.
Declaration
Swift
public let pattern: AnyPatternID -
The condition of the case, if any.
Declaration
Swift
public let condition: AnyExprID? -
The body of the case.
Declaration
Swift
public let body: Body -
Undocumented
Declaration
Swift
public init( pattern: AnyPatternID, condition: AnyExprID?, body: MatchCase.Body, site: SourceRange )
View on GitHub