Function angle_sc::min

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

Return the minimum of a or b.