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

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

Looking for the minimum element.