Function veloren_voxygen::hud::util::comparison
source ยท pub fn comparison<T: PartialOrd>(first: T, other: T) -> (&'static str, Color)
Expand description
Compare two type, output a colored character to show comparison
pub fn comparison<T: PartialOrd>(first: T, other: T) -> (&'static str, Color)
Compare two type, output a colored character to show comparison