Function quicksort::quicksort [] [src]

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

An in-place quicksort for ordered items.