Range

List range.

Constructors

this
this()
Undocumented in source.

Members

Functions

empty
bool empty()
front
inout(T) front()
popFront
void popFront()

Removes the front element of the range.

Meta