Function iron_shapes::cmp::max

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

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