Struct GenericPath.PathRange
Represents a path as an forward range of Segment
s.
struct PathRange
;
Constructors
Name | Description |
---|---|
this
(path)
|
Fields
Name | Type | Description |
---|---|---|
m_fronts
|
ReturnType!(Format.decodeSegment!Segment) | |
m_path
|
string |
Properties
Name | Type | Description |
---|---|---|
empty [get]
|
bool | |
front [get]
|
GenericPath | |
save [get]
|
GenericPath |
Methods
Name | Description |
---|---|
popFront
()
|
|
readFront
()
|