value
The captured value, if there was a capture.
Declaration
var value: Any? { get }Discussion
If nothing was captured, value is nil.
The captured value, if there was a capture.
var value: Any? { get }If nothing was captured, value is nil.