[][src]Function decorum::cmp::max_or_undefined

pub fn max_or_undefined<T>(a: T, b: T) -> T where
    T: IntrinsicOrd

Partial maximum of types with intrinsic representations for undefined.

See the IntrinsicOrd trait.