pub type DefaultSetContainer<K> = Slab<Node<AnyRange<K>, ()>>;
pub struct DefaultSetContainer<K> { /* private fields */ }