pub fn find_max<I>(iter: I) -> Option<I::Item> where
    I: Iterator,
    I::Item: Ord
Expand description

Find the maximum value in iterable