Function alphanumeric_sort::compare_c_str
source · pub fn compare_c_str<A: AsRef<CStr>, B: AsRef<CStr>>(a: A, b: B) -> Ordering
Available on crate feature
std
only.Expand description
Compare two CStr
.
pub fn compare_c_str<A: AsRef<CStr>, B: AsRef<CStr>>(a: A, b: B) -> Ordering
std
only.Compare two CStr
.