[][src]Function geng_core::prelude::partial_max

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