Path

No guarantee regarding the path. May be absolute, relative, contain a '~'. The user of this type must do all the safety checks to ensure that the datacontained in valid.

Constructors

this
this(string s)
Undocumented in source.

Alias This

payload

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(string s)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(AbsolutePath s)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

payload
string payload;
Undocumented in source.

Meta