Module rustc_rayon::slice [−][src]
Parallel iterator types for slices
You will rarely need to interact with this module directly unless you need to name one of the iterator types.
Structs
Chunks |
Parallel iterator over immutable non-overlapping chunks of a slice |
ChunksMut |
Parallel iterator over mutable non-overlapping chunks of a slice |
Iter |
Parallel iterator over immutable items in a slice |
IterMut |
Parallel iterator over mutable items in a slice |
Split |
Parallel iterator over slices separated by a predicate |
SplitMut |
Parallel iterator over mutable slices separated by a predicate |
Windows |
Parallel iterator over immutable overlapping windows of a slice |
Traits
ParallelSlice |
Parallel extensions for slices. |
ParallelSliceMut |
Parallel extensions for mutable slices. |