LabeledArgument
public struct LabeledArgument : Codable, Sendable
A static argument or an argument to a function or subscript call.
-
The label of the argument, if any.
Declaration
Swift
public let label: SourceRepresentable<Identifier>? -
The value of the argument.
Declaration
Swift
public let value: AnyExprID -
Undocumented
Declaration
Swift
public init(label: SourceRepresentable<Identifier>?, value: AnyExprID)
View on GitHub