[][src]Function indexing::algorithms::quicksort_range

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

Simple quicksort implemented using Range,