Functionsยง
- arc_
unwrap ๐ โCan be used instead ofArc::try_unwrap(arc).unwrap()
when it is guaranteed to succeed. - is_
arc_ ๐unique Guarantees uniqueness only ifWeak
pointers are never created from thisArc
or clones. - try_
arc_ ๐ โunwrap Can be used instead ofArc::try_unwrap
only ifWeak
pointers are never created from thisArc
or clones.