Argument
struct Argument : Hashable, Sendable
extension CallConstraint.Argument: CustomStringConvertible
The label, type, and site of an argument passed to a callable object.
-
The label of the argument.
Declaration
Swift
let label: SourceRepresentable<String>? -
The type of the argument.
Declaration
Swift
fileprivate(set) var type: AnyType { get } -
The site from which the argument’s value was parsed.
Declaration
Swift
let valueSite: SourceRange -
Declaration
Swift
var description: String { get }
View on GitHub