pathlib ~master (2015-09-15T21:20:41Z)
Dub
Repo
PathCommon.opBinary
pathlib
PathCommon
Concatenate two paths.
auto
opBinary
(
auto
ref
in
InStringType
str
)
auto
opBinary
(
auto
ref
in
PathType
other
)
mixin template
PathCommon
(TheStringType, alias theSeparator, alias theCaseSensitivity)
auto
opBinary
const
(
string
op
: "~"
)
(
auto
ref
in
PathType
other
)
if
(
isSomePath
!
PathType
)
if
(
isSomeString
!
TheStringType
&&
isSomeString
!(
typeof
(
theSeparator
))
)
Meta
Source
See Implementation
pathlib
PathCommon
aliases
caseSensitivity
separator
functions
opBinary
opEquals
opOpAssign
toString
Concatenate two paths.