Home
last modified time | relevance | path

Searched refs:ParallelSliceMut (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/rayon/src/
Dprelude.rs16 pub use crate::slice::ParallelSliceMut;
/external/rust/crates/rayon/src/slice/
Dmod.rs128 pub trait ParallelSliceMut<T: Send> { interface
457 impl<T: Send> ParallelSliceMut<T> for [T] { impl
Dmergesort.rs8 use crate::slice::ParallelSliceMut;
/external/rust/crates/rayon/
DRELEASES.md63 `ParallelSliceMut::par_chunks_exact_mut()` ensure that the chunks always have
400 - `ParallelSliceMut` now has six parallel sorting methods with the same