Function gluons::sort::bubble_sort [] [src]

pub fn bubble_sort<T, F>(slice: &mut [T], compare: F) where
    F: FnMut(&T, &T) -> Ordering