scriptlike v0.5.0 (2014-02-11T11:02:35Z)
Home
Dub
Repo
Path.opBinaryRight
scriptlike
Path
Concatenates two paths, with a directory separator in between.
struct
Path
(C = char)
Path
!
C
opBinaryRight
(
string
op
)
(
const
(
C
)[]
lhs
)
if
(
op
== "~"
)
if
(
is
(
C
==
char
)
)
Meta
Source
See Implementation
scriptlike
Path
constructors
this
functions
opBinary
opBinaryRight
opCmp
opEquals
opOpAssign
toRawString
toString
properties
empty
up
Concatenates two paths, with a directory separator in between.