SimpleRange

Undocumented in source.

Constructors

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

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
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
typeof(this) save()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

make
SimpleRange!T make(T[] values)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta