Function quickersort::sort [] [src]

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

Sort using the default comparison function.