SubscriptDeclHead
struct SubscriptDeclHead
The parsed head of a subscript declaration.
-
The introducer of the declaration.
Declaration
Swift
let introducer: SourceRepresentable<SubscriptDecl.Introducer> -
The stem of the declared identifier, if any.
Declaration
Swift
let stem: SourceRepresentable<String>? -
The generic clause of the declaration, if any.
Declaration
Swift
let genericClause: SourceRepresentable<GenericClause>? -
The capture list of the declaration.
Declaration
Swift
let captures: [BindingDecl.ID]
View on GitHub