[][src]Function toolbox::alg::search::min

pub fn min<T>(list: &[T]) -> Option<usize> where
    T: PartialOrd

Looking for the minimum element.