Module indexmap::set[][src]

A hash set implemented using IndexMap

Modules

rayon

Parallel iterator types for IndexSet with rayon.

Structs

Difference

A lazy iterator producing elements in the difference of IndexSets.

Drain

A draining iterator over the items of a IndexSet.

IndexSet

A hash set where the iteration order of the values is independent of their hash values.

Intersection

A lazy iterator producing elements in the intersection of IndexSets.

IntoIter

An owning iterator over the items of a IndexSet.

Iter

An iterator over the items of a IndexSet.

SymmetricDifference

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

Union

A lazy iterator producing elements in the union of IndexSets.