Function alphanumeric_sort::compare_str
source · pub fn compare_str<A: AsRef<str>, B: AsRef<str>>(a: A, b: B) -> Ordering
Expand description
Compare two strings.
pub fn compare_str<A: AsRef<str>, B: AsRef<str>>(a: A, b: B) -> Ordering
Compare two strings.