Module indexmap::set::rayon [−][src]
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 |
ParDifference | A parallel iterator producing elements in the difference of |
ParIntersection | A parallel iterator producing elements in the intersection of |
ParIter | A parallel iterator over the items of a |
ParSymmetricDifference | A parallel iterator producing elements in the symmetric difference of |
ParUnion | A parallel iterator producing elements in the union of |