vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct GenericPath.PathRange

Represents a path as an forward range of Segments.

struct PathRange ;

Constructors

NameDescription
this (path)

Fields

NameTypeDescription
m_fronts ReturnType!(Format.decodeSegment!Segment)
m_path string

Properties

NameTypeDescription
empty[get] bool
front[get] GenericPath.Segment
save[get] GenericPath.PathRange

Methods

NameDescription
popFront ()
readFront ()
Authors

Sönke Ludwig

Copyright

© 2012-2018 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.