Searched refs:ParallelSliceMut (Results 1 – 4 of 4) sorted by relevance
16 pub use crate::slice::ParallelSliceMut;
128 pub trait ParallelSliceMut<T: Send> { interface457 impl<T: Send> ParallelSliceMut<T> for [T] { impl
8 use crate::slice::ParallelSliceMut;
63 `ParallelSliceMut::par_chunks_exact_mut()` ensure that the chunks always have400 - `ParallelSliceMut` now has six parallel sorting methods with the same