Function std::cmp::max[src]

pub fn max<T: Ord>(v1: T, v2: T) -> T

Compare and return the maximum of two values.