Refactor: PathTree uses Path instead of Uri
Now PathTree and Path form a logical pairing.
This removes some of the ugly Uri(…, RC_NULL) constructor usage, as itactually means Path(…) in that context.
View differences
Refactor: PathTree uses Path instead of Uri
Now PathTree and Path form a logical pairing.
This removes some of the ugly Uri(…, RC_NULL) constructor usage, as it
actually means Path(…) in that context.