Parameter
public struct Parameter : Hashable, Sendable
A parameter of a callable symbol.
-
The argument label of the parameter.
Declaration
Swift
let label: String? -
The type of the parameter.
Declaration
Swift
let type: DemangledType
View on GitHub