Function iron_shapes::cmp::min
source · pub fn min<T: PartialOrd>(a: T, b: T) -> TExpand description
Return the smallest argument. If both are equal return a.
pub fn min<T: PartialOrd>(a: T, b: T) -> TReturn the smallest argument. If both are equal return a.