-
The label of the element.
Declaration
Swift
public var label: SourceRepresentable<Identifier>? -
The value of the element.
Declaration
Swift
public var value: AnyExprID -
Undocumented
Declaration
Swift
public init(label: SourceRepresentable<Identifier>? = nil, value: AnyExprID)
View on GitHub