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

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

Selection sort.