[][src]Type Definition btree_slab::BTreeSet

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

B-Tree set based on Slab.