mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
Path.DirIter
mecca
lib
paths
Path
Undocumented in source.
struct
Path
struct
DirIter {
Path
parent
;
string
globPattern
;
IterTypes
types
;
this
(Path parent, string globPattern, IterTypes types);
bool
empty
[@property getter];
Path
front
[@property getter];
void
popFront
();
}
Constructors
this
this
(Path parent, string globPattern, IterTypes types)
Undocumented in source.
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
empty
bool
empty
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
Path
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
globPattern
string
globPattern
;
Undocumented in source.
parent
Path
parent
;
Undocumented in source.
types
IterTypes
types
;
Undocumented in source.
Meta
Source
See Implementation
mecca
lib
paths
Path
constructors
this
enums
IterTypes
functions
iter
opBinary
opBinaryRight
structs
DirIter
variables
_path