Function indexing::algorithms::insertion_sort_indexes [] [src]

pub fn insertion_sort_indexes<T, F>(v: &mut [T], less_than: F) where F: FnMut(&T, &T) -> bool