pub fn compare_str<A: AsRef<str>, B: AsRef<str>>(a: A, b: B) -> Ordering
Expand description

Compare two strings.