-
The site of the
funintroducer.Declaration
Swift
let introducerSite: SourceRange -
The stem of the declared identifier.
Declaration
Swift
let stem: SourceRepresentable<String> -
The notation of the declared function, if any.
Declaration
Swift
let notation: SourceRepresentable<OperatorNotation>? -
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