Module rayon::slice

source ·
Expand description

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§

  • Parallel iterator over immutable non-overlapping chunks of a slice
  • Parallel iterator over mutable non-overlapping chunks of a slice
  • Parallel iterator over immutable items in a slice
  • Parallel iterator over mutable items in a slice
  • Parallel iterator over slices separated by a predicate
  • Parallel iterator over mutable slices separated by a predicate
  • Parallel iterator over immutable overlapping windows of a slice

Traits§