Function gluons::sort::merge_sort [] [src]

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