Function rayon::slice::quicksort::shift_tail

source ·
fn shift_tail<T, F>(v: &mut [T], is_less: &F)where
    F: Fn(&T, &T) -> bool,
Expand description

Shifts the last element to the left until it encounters a smaller or equal element.