Module btree_set

Source
Expand description

This module contains the parallel iterator types for B-Tree sets (BTreeSet<T>). You will rarely need to interact with it directly unless you have need to name one of the iterator types.

Structsยง

IntoIter
Parallel iterator over a B-Tree set
Iter
Parallel iterator over an immutable reference to a B-Tree set