Function indexing::algorithms::quicksort [] [src]

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

Simple quicksort implemented using indexing,