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