Function gluons::sort::merge_sort_with_buf [] [src]

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