dxx ~master (2018-08-15T02:01:19Z)
Dub
Repo
Path.opBinary
scriptlike
path
extras
Path
Concatenates two paths, with a directory separator in between.
Path
opBinary
(
Path
rhs
)
struct
Path
Path
opBinary
(
string
op
)
(
Path
rhs
)
if
(
op
== "~"
)
Path
opBinary
(
string
rhs
)
Path
opBinary
(
Ext
rhs
)
Path
opBinaryRight
(
string
lhs
)
Meta
Source
See Implementation
scriptlike
path
extras
Path
aliases
toRawString
constructors
this
functions
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
raw
toString
properties
empty
up
Concatenates two paths, with a directory separator in between.