[][src]Type Definition btree_slab::BTreeMap

type BTreeMap<K, V> = BTreeMap<K, V, Slab<Node<K, V>>>;

B-Tree map based on Slab.