mixintemplate PathCommon(TheStringType, alias theSeparator, alias theCaseSensitivity)
const
opBinary
(
string op : "~"
InStringType
)
(auto ref in InStringType str ) if (
isSomeString!InStringType
)
if (
isSomeString!TheStringType &&
isSomeString!(
typeof(
theSeparator))
)
Concatenate a path and a string, which will be treated as a path.