Module rayon::slice
[−]
[src]
This module contains the parallel iterator types for slices
([T]). You will rarely need to interact with it directly unless
you have need to name one of those 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 |
| Windows |
Parallel iterator over immutable overlapping windows of a slice |
Traits
| ParallelSlice |
Parallel extensions for slices. |