Expand description
Parallel iterator traits and implementations
Structs§
- Cloned
- Cloned adapter for parallel iterators over references
- Filter
- Filter adapter for parallel iterators
- Fold
- Fold adapter for parallel iterators
- Map
- Map adapter for parallel iterators
- ParIter
- Parallel iterator over slice references
- ParIter
Mut - Parallel iterator over mutable slice references
Traits§
- From
Parallel Iterator - Trait for collecting from parallel iterators
- Into
Parallel Iterator - Trait for types that can be converted into parallel iterators
- Parallel
Iterator - Trait for parallel iterators
- Parallel
Slice - Extension trait for Vec and slices
- Parallel
Slice Mut - Extension trait for mutable parallel iteration