WeakListHashSet

Type Alias WeakListHashSet 

Source
pub type WeakListHashSet = Lazy<HashSet<usize>>;
Expand description

Default WeakList storage: a hashset of pointer values. O(n) space but O(1) time.

Aliased Typeยง

pub struct WeakListHashSet { /* private fields */ }