Skip to main content

parallel_sort

Function parallel_sort 

Source
pub fn parallel_sort<T>(data: &mut [T])
where T: Copy + Send + Sync + PartialOrd,
Expand description

Parallel sort (unstable) for large slices. Returns a sorted copy.