pathlib v0.1.2 (2015-05-22T21:01:22Z)
Dub
Repo
PathCommon.opBinary
pathlib
PathCommon
Concatenate two paths.
auto
opBinary
(InStringType str)
auto
opBinary
(PathType other)
mixintemplate
PathCommon
(PathType, StringType, alias theSeparator, alias theCaseSensitivity)
const
auto
opBinary
(
string
op
)
(
auto
ref
in
PathType
other
)
if
(
op
== "~"
)
if
(
isSomeString
!
StringType
&&
isSomeChar
!(
typeof
(
theSeparator
))
)
bool
opBinary
(PathType other)
Meta
Source
See Implementation
pathlib
PathCommon
aliases
caseSensitivity
separator
functions
opBinary
opOpAssign
toString
variables
data
Concatenate two paths.