pub fn partial_cmp<T: PartialOrd>(a: &T, b: &T) -> Option<Ordering>
Compare a and b using a partial ordering relation.
a
b