Function collections::slice::insertion_sort [] [src]

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