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.