Function stable_sort

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