Expand description
Module containing the WeakVec
API.
Structsยง
- WeakVec ๐An optimized container for
Weak
references ofT
that minimizes reallocations by dropping older elements that no longer have strong references to them. - Weak
VecIter ๐
Module containing the WeakVec
API.
Weak
references of T
that minimizes reallocations by
dropping older elements that no longer have strong references to them.