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

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

Selection sort.