nonretainedObjectValue
The value as a non-retained pointer to an object.
Declaration
var nonretainedObjectValue: Any? { get }Discussion
If the value was not created to hold a pointer-sized data item, the result is undefined.
The value as a non-retained pointer to an object.
var nonretainedObjectValue: Any? { get }If the value was not created to hold a pointer-sized data item, the result is undefined.