Function shape_core::utils::min3

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

Returns the minimum of three values.