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

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

Looking for the maximum element.