- appendNametypeof(this)* appendName(char[] name) 
- Append a single path segment to this one. 
- appendPathtypeof(this)* appendPath(char[] path) 
- typeof(this)* appendPath(SubPath* path) 
- typeof(this)* appendPath(GlobalPath* path) 
- Append a normalized relative string path to this one. 
- humanNamestring humanName() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opBinaryRightinout(typeof(this)*) opBinaryRight(char[] name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- opIndexinout(typeof(this)) opIndex(char[] name) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- rangeauto  range() 
- Return an iterator for path fragments.
 Iterates from inner-most to top level. 
- toStringvoid toString(void delegate(const(char)[]) sink) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Common definitions for a deduplicated trie for paths.