Function nannou::math::partial_max

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

The max between two partially ordered values.