Element
public struct Element : Codable, Sendable
An element in a tuple type expression.
-
The label of the element.
Declaration
Swift
public var label: SourceRepresentable<Identifier>? -
The type expression of the element.
Declaration
Swift
public var type: AnyExprID -
Undocumented
Declaration
Swift
public init(label: SourceRepresentable<Identifier>? = nil, type: AnyExprID)
View on GitHub