path

Helper for creating a Path.

Returns either Path!char, Path!wchar or Path!dchar depending on the type of string given.

path
(
T
)
(
T str = "."
)
if (
isSomeString!T
)

Meta