bubble_sort

Function bubble_sort 

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