Function bubble_sort

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