Function iron_shapes::cmp::min

source ·
pub fn min<T: PartialOrd>(a: T, b: T) -> T
Expand description

Return the smallest argument. If both are equal return a.