Function shape_core::utils::min2

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

Returns the minimum of two values.