Function nannou_core::math::partial_min[][src]

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

The min between two partially ordered values.