PathCommon

Members

Aliases

caseSensitivity
alias caseSensitivity = theCaseSensitivity

A value of std.path.CaseSensitive whether this type of path is case sensetive or not.

separator
alias separator = theSeparator

Used to separate each path segment.

Functions

opBinary
auto opBinary(auto ref in InStringType str)

Concatenate a path and a string, which will be treated as a path.

opBinary
auto opBinary(auto ref in PathType other)

Concatenate two paths.

opEquals
bool opEquals(auto ref in PathType other)

Equality overload.

opOpAssign
void opOpAssign(auto ref in InStringType str)

Concatenate the path-string str to this path.

opOpAssign
void opOpAssign(auto ref in PathType other)

Concatenate the path other to this path.

toString
auto toString()

Cast the path to a string.

Meta