Function indexing::algorithms::quicksort_bounds [] [src]

pub fn quicksort_bounds<T: Ord>(v: &mut [T])

quicksort implemented using regular bounds checked indexing