Kaba function Path.compare ed
Compare two paths alphabetically.
Syntax ed
func pure Path.compare(p: Path) -> i32
Parameters ed
- p: Path
- The other path.
Return ed
0 if equal, positive if self sorts after p, negative if before.
Compare two paths alphabetically.
func pure Path.compare(p: Path) -> i32
0 if equal, positive if self sorts after p, negative if before.