Function stable_sort

Source
fn stable_sort<T, F>(v: &mut [T], is_less: F)
where F: FnMut(&T, &T) -> bool,