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