scriptlike v0.7.0 (2015-04-02T15:57:26Z)
Home
Dub
Repo
PathT.opBinary
scriptlike
path
PathT
Concatenates two paths, with a directory separator in between.
PathT
!
C
opBinary
(PathT!C rhs)
struct
PathT
(C = char)
PathT
!
C
opBinary
(
string
op
)
(
PathT
!
C
rhs
)
if
(
op
== "~"
)
if
(
is
(
C
==
char
)
)
PathT
!
C
opBinary
(const(C)[] rhs)
PathT
!
C
opBinary
(ExtT!C rhs)
Meta
Source
See Implementation
scriptlike
path
PathT
constructors
this
functions
opBinary
opBinaryRight
opCast
opCmp
opEquals
opOpAssign
toRawString
toString
properties
empty
up
Concatenates two paths, with a directory separator in between.