Function veloren_voxygen_anim::vek::partial_max
source ยท pub fn partial_max<T>(a: T, b: T) -> Twhere
T: PartialOrd,
Expand description
Compares and returns the maximum of two values, using partial ordering.
pub fn partial_max<T>(a: T, b: T) -> Twhere
T: PartialOrd,
Compares and returns the maximum of two values, using partial ordering.