[][src]Function alg_ds::alg::sort::quick

pub fn quick<T>(list: &mut [T], ascending: bool) where
    T: PartialOrd

Quick sort.