Function iter_utils::argmax [] [src]

pub fn argmax<T, Iter>(xs: Iter) -> Option<usize> where
    T: Copy + Ord,
    Iter: Iterator<Item = T>,