Type Alias BTreeMap

Source
pub type BTreeMap<K, V> = BTreeMap<K, V, Slab<Node<K, V>>>;
Expand description

B-Tree map based on Slab.

Aliased Typeยง

struct BTreeMap<K, V> { /* private fields */ }