Type Definition btree_slab::BTreeSet[][src]

type BTreeSet<T> = BTreeSet<T, Slab<Node<T, ()>>>;

B-Tree set based on Slab.