Available on crate feature
rayon only.Expand description
Structs§
- A parallel owning iterator over the items of an
IndexSet. - A parallel iterator producing elements in the difference of
IndexSets. - A parallel draining iterator over the items of an
IndexSet. - A parallel iterator producing elements in the intersection of
IndexSets. - A parallel iterator over the items of an
IndexSet. - A parallel iterator producing elements in the symmetric difference of
IndexSets. - A parallel iterator producing elements in the union of
IndexSets.