CapturingDecl
public protocol CapturingDecl : Decl, LexicalScope
The declaration of an entity that may capture bindings.
-
The explicit capture declarations of the entity.
Declaration
Swift
var explicitCaptures: [BindingDecl.ID] { get } -
The part of the declaration that may have implicit captures.
Declaration
Swift
var sourcesOfImplicitCaptures: [AnyNodeID] { get }
View on GitHub