peroxide::util::useful

Function max

Source
pub fn max<T>(v: Vec<T>) -> T
where T: PartialOrd + Copy + Clone,