Function alloc::slice::stable_sort

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