vest ~master (2021-03-17T19:57:59Z)
Home
Dub
Repo
iItarable
vest
range
itarable
Undocumented in source.
interface
iItarable (
ElType
) {
ElType
front
[@property getter];
bool
empty
[@property getter];
void
popFront
();
}
Members
Functions
popFront
void
popFront
()
Undocumented in source.
Properties
empty
bool
empty
[@property getter]
Undocumented in source.
front
ElType
front
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
vest
range
itarable
classes
Itarable
functions
getItarable
interfaces
iItarable