RdPath

Written (input) path.

@safe
struct RdPath {}

Constructors

this
this(string str)
Undocumented in source.

Alias This

path

Members

Variables

path
Path path;
Undocumented in source.

Examples

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

Meta