Function rayon::slice::quicksort::shift_head

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

Shifts the first element to the right until it encounters a greater or equal element.