vest ~master (2021-03-17T19:57:59Z)
Home
Dub
Repo
Itarable
vest
range
itarable
Undocumented in source.
class
Itarable : iItarable!ElType(
Range
ElType
=
ElementType
!
Range
) {
this
(Range r);
ElType
front
[@property getter];
bool
empty
[@property getter];
void
popFront
();
}
Constructors
this
this
(Range r)
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
ElType
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
vest
range
itarable
classes
Itarable
functions
getItarable
interfaces
iItarable