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