-
The operator and right operand in an unfolded sequence of infix expressions.
See moreDeclaration
Swift
public struct TailElement : Codable, Sendable -
Declaration
Swift
public let site: SourceRange -
The leftmost operand of the expression.
Declaration
Swift
public let head: AnyExprID -
The sequence of operators and operands at the right of
head.Declaration
Swift
public let tail: [TailElement] -
Creates an instance with the given properties.
Declaration
Swift
public init(head: AnyExprID, tail: [TailElement], site: SourceRange) -
Declaration
Swift
public func validateForm(in ast: AST, reportingDiagnosticsTo log: inout DiagnosticSet)
View on GitHub