selection_sort

Function selection_sort 

Source
pub fn selection_sort<T: PartialOrd>(list: &mut [T])