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