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