WrPath

Written (output) path.

@safe
struct WrPath {}

Constructors

this
this(string str)
Undocumented in source.

Alias This

path

Members

Variables

path
Path path;
Undocumented in source.

Examples

assert(WrPath("/usr/bin/") == Path("/usr/bin/"));

Meta