Function Subspace :: sus :: mem :: take_and_destruct
Moves from t
and destroys the object at t
. Returns the old value of t
.
Safety
This does not re-construct the object pointed to by t
. It must not be
used (or destructed again) afterward.
Moves from t
and destroys the object at t
. Returns the old value of t
.
This does not re-construct the object pointed to by t
. It must not be
used (or destructed again) afterward.