[][src]Module alloc_wg::collections::btree_set

Structs

BTreeSet

A set based on a B-Tree.

Difference

A lazy iterator producing elements in the difference of BTreeSets.

DrainFilter

An iterator produced by calling drain_filter on BTreeSet.

Intersection

A lazy iterator producing elements in the intersection of BTreeSets.

IntoIter

An owning iterator over the items of a BTreeSet.

Iter

An iterator over the items of a BTreeSet.

Range

An iterator over a sub-range of items in a BTreeSet.

SymmetricDifference

A lazy iterator producing elements in the symmetric difference of BTreeSets.

Union

A lazy iterator producing elements in the union of BTreeSets.