angle_sc

Function min

Source
pub fn min<T>(a: T, b: T) -> T
where T: PartialOrd + Copy,
Expand description

Return the minimum of a or b.