Function core::cmp::maxStable [-]  [+] [src]

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

Compare and return the maximum of two values.