Function nannou_core::math::partial_max[][src]

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

The max between two partially ordered values.