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