You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The purpose of Ownership is to model the ownership state in which an ownership-based value in is.
Value Meanings
REFERENCE - This value weakly references data that another value is responsible for
OWN - This value has the responsibility of managing it's internal data
GIVEN - This value has the responsibility of managing it's internal data, but it's wants to transfer ownership away
DONOR - This value used to have the responsibility of managing it's internal data, but has been invalidated since it no longer needs access to the data, because the responsibility has been donated away