Function veloren_voxygen::scene::math::partial_min

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

Compares and returns the minimum of two values, using partial ordering.