sort

Function sort 

Source
pub fn sort<T: Ord, A: SortingAlgorithm>(slice: &mut [T], algo: &A)
Expand description

Sorts the given slice using a specific SortingAlgorithm.