pub fn sort<T: Ord, A: SortingAlgorithm>(slice: &mut [T], algo: &A)Expand description
Sorts the given slice using a specific SortingAlgorithm.
pub fn sort<T: Ord, A: SortingAlgorithm>(slice: &mut [T], algo: &A)Sorts the given slice using a specific SortingAlgorithm.