Function gluons::sort::merge_sort_smart [] [src]

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