angle_sc

Function max

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

Return the maximum of a or b.