weak-ptrs
Non-owning Weak pointers to an allocation.
Weak
The downgrade method can be used on a Cc to create a non-owning Weak pointer. A Weak pointer can be upgraded to a Cc, but this will return None if the allocation has already been deallocated.
downgrade
Cc
upgrade
None