Function veloren_voxygen::hud::util::option_comparison

source ยท
pub fn option_comparison<T: PartialOrd>(
    first: &Option<T>,
    other: &Option<T>,
) -> (&'static str, Color)
Expand description

Compare two Option type, output a colored character to show comparison