ParameterInterface
struct ParameterInterface
The name and argument label of a parameter declaration.
-
The argument label of the parameter, if any.
Declaration
Swift
let label: SourceRepresentable<Identifier>? -
The name of the parameter.
Declaration
Swift
let name: SourceRepresentable<Identifier> -
The implicit marker of the parameter, if any.
Declaration
Swift
let implicitMarker: Token?
View on GitHub