Function sorter::bubble_sort [] [src]

pub fn bubble_sort<T: Ord>(victim: &mut [T])

Implementation of bubble sort