Function peroxide::util::useful::max

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