[][src]Module avl::set

An ordered set implemented with an AVL tree.

Structs

AvlTreeSet

An ordered set implemented with an AVL tree.

Difference

A lazy iterator for the values in the difference of two sets.

Intersection

A lazy iterator for the values in the intersection of two sets.

IntoIter

An owning iterator over the values of a set.

Iter

An iterator over the values of a set.

Range

An iterator over a range of values of a set.

SymmetricDifference

A lazy iterator for the values in the symmetric difference of two sets.

Union

A lazy iterator for the values in the union of two sets.