ListRange

Range for Lists.

extern (C++) nothrow @nogc
struct ListRange {}

Constructors

this
this(list_t li)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
list_t front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta