name
The name of this capture, if the capture is named.
Declaration
var name: String? { get }Discussion
If the capture is unnamed, name is nil.
The name of this capture, if the capture is named.
var name: String? { get }If the capture is unnamed, name is nil.