Function angle_sc::max

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

Return the maximum of a or b.