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