Module indexmap::set::rayon

source ·
Expand description

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

A parallel owning iterator over the items of a IndexSet.
A parallel iterator producing elements in the difference of IndexSets.
A parallel draining iterator over the items of a IndexSet.
A parallel iterator producing elements in the intersection of IndexSets.
A parallel iterator over the items of a IndexSet.
A parallel iterator producing elements in the symmetric difference of IndexSets.
A parallel iterator producing elements in the union of IndexSets.