Function collections::slice::merge_sort [] [src]

fn merge_sort<T, F>(v: &mut [T], compare: F) where F: FnMut(&T, &T) -> Ordering