Function gluons::sort::select_sort [] [src]

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