[][src]Module indexmap::set::rayon

Parallel iterator types for IndexSet with rayon.

You will rarely need to interact with this module directly unless you need to name one of the iterator types.

Requires crate feature "rayon".

Structs

IntoParIter

A parallel owning iterator over the items of a IndexSet.

ParDifference

A parallel iterator producing elements in the difference of IndexSets.

ParIntersection

A parallel iterator producing elements in the intersection of IndexSets.

ParIter

A parallel iterator over the items of a IndexSet.

ParSymmetricDifference

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

ParUnion

A parallel iterator producing elements in the union of IndexSets.