vibe-d v0.8.1 (2017-08-29T22:03:39Z)
Home
Dub
Repo
Path.this
index
vibe
core
path
Path
Constructs a path object from a list of PathEntry objects.
this
(string pathstr)
this
(immutable(PathEntry)[] nodes, bool absolute)
struct
Path
@
safe
pure
this
(
immutable
(
PathEntry
)[]
nodes
,
bool
absolute
)
this
(PathEntry entry)
Meta
Source
See Implementation
index
vibe
core
path
Path
aliases
Segment
constructors
this
functions
normalize
opBinary
opCmp
opDollar
opEquals
opIndex
opOpAssign
opSlice
startsWith
toHash
toNativeString
toString
properties
absolute
bySegment
empty
endsWithSlash
external
head
length
nodes
parentPath
Constructs a path object from a list of PathEntry objects.