Function sorter::quick_sort [] [src]

pub fn quick_sort<T: Ord>(victim: &mut [T])

Implementation of quick sort