Function nannou::math::partial_min

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

The min between two partially ordered values.