vibe-core ~master (2022-04-01T19:24:37Z)
Dub
Repo
GenericPath.opBinary
vibe
core
path
GenericPath
Concatenates two paths.
The right hand side must represent a relative path.
GenericPath
opBinary
(string subpath)
GenericPath
opBinary
(Segment subpath)
GenericPath
opBinary
(Segment2 subpath)
GenericPath
opBinary
(GenericPath!F.Segment subpath)
GenericPath
opBinary
(GenericPath!F.Segment2 subpath)
GenericPath
opBinary
(GenericPath subpath)
GenericPath
opBinary
(GenericPath!F subpath)
GenericPath
opBinary
(R entries)
struct
GenericPath
(F)
@
safe
const nothrow
GenericPath
opBinary
(
string
op
: "~"
R
)
(
R
entries
)
if
(
isInputRange
!
R
&&
is
(
ElementType
!
R
:
Segment
)
)
GenericPath
opBinary
(R entries)
Meta
Source
See Implementation
vibe
core
path
GenericPath
aliases
Format
constructors
this
functions
normalize
opBinary
opCast
opEquals
opOpAssign
startsWith
toHash
toString
properties
absolute
byPrefix
bySegment
bySegment2
empty
endsWithSlash
fileExtension
hasParentPath
head
head2
normalized
parentPath
static functions
fromString
fromTrustedString
isSeparator
structs
PathRange
Segment
Segment2
variables
defaultSeparator
Concatenates two paths.
The right hand side must represent a relative path.