Function shape_core::utils::max2

source ·
pub fn max2<'a, 'b, 'c, T>(a: &'a T, b: &'b T) -> &'c Twhere
    T: PartialOrd,
    'a: 'c,
    'b: 'c,
Expand description

Returns the maximum of two values.