pub fn str_cmp(a: &str, b: &str) -> Ordering
Compare two &str values using the Ordering type.
&str
Ordering