Function radiant_rs::utils::max [] [src]

pub fn max<T>(a: T, b: T) -> T where
    T: PartialOrd

Returns the greater of the two given values, ignoring edge-cases like NaN.