Iterator

Undocumented in source.

Constructors

this
this(T[] data)
Undocumented in source.

Members

Functions

array
inout(T)[] array()
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.
save
inout(typeof(this)) save()
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
T front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
T[] data;
Undocumented in source.

Meta