ExprPattern
public struct ExprPattern : Pattern
A pattern that matches the value of an equatable expression.
-
Declaration
Swift
public let site: SourceRange -
The expression of the pattern.
Declaration
Swift
public let expr: AnyExprID -
Undocumented
Declaration
Swift
public init(expr: AnyExprID, site: SourceRange)
View on GitHub