ImplicitCapture
public struct ImplicitCapture : Hashable, Sendable
extension ImplicitCapture: Monotonic
An implicit capture in a function or subscript declaration.
-
The name of the capture.
Declaration
Swift
public let name: Name -
The type of the capture.
Declaration
Swift
public let type: RemoteType -
The declaration of the capture.
Declaration
Swift
public let decl: AnyDeclID -
Creates an instance having the given properties.
Declaration
Swift
public init(name: Name, type: RemoteType, decl: AnyDeclID)
View on GitHub