DirName

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.

@safe
struct DirName {}

Constructors

this
this(string p)
Undocumented in source.

Alias This

payload

Members

Variables

payload
Path payload;
Undocumented in source.

Meta