pub fn find_max<I>(iter: I) -> Option<I::Item> where I: Iterator, I::Item: Ord,
Find the maximum value in iterable