pub type WeakListHashSet = Lazy<HashSet<usize>>;
Default WeakList storage: a hashset of pointer values. O(n) space but O(1) time.
WeakList
pub struct WeakListHashSet { /* private fields */ }