TupleMemberExpr
public struct TupleMemberExpr : Expr
The expression of a tuple member, referred by its index.
-
Declaration
Swift
public let site: SourceRange -
The parent tuple.
Declaration
Swift
public let tuple: AnyExprID -
The member’s index.
Declaration
Swift
public let index: SourceRepresentable<Int> -
Undocumented
Declaration
Swift
public init(tuple: AnyExprID, index: SourceRepresentable<Int>, site: SourceRange)
View on GitHub