Type Alias DefaultSetContainer

Source
pub type DefaultSetContainer<K> = Slab<Node<AnyRange<K>, ()>>;

Aliased Typeยง

pub struct DefaultSetContainer<K> { /* private fields */ }