-
Declaration
Swift
public let site: SourceRange -
The site of the
matchkeyword.Declaration
Swift
public let introducerSite: SourceRange -
The subject of the match.
Declaration
Swift
public let subject: AnyExprID -
The cases of the match.
Declaration
Swift
public let cases: [MatchCase.ID] -
Undocumented
Declaration
Swift
public init( introducerSite: SourceRange, subject: AnyExprID, cases: [MatchCase.ID], site: SourceRange )
View on GitHub