pub type DefaultMapContainer<K, V> = Slab<Node<AnyRange<K>, V>>;
pub struct DefaultMapContainer<K, V> { /* private fields */ }