OptionRange

Range to correctly interpret 1,2,.. a,b,.. etc

Constructors

this
this(string opts, bool repeat)
Undocumented in source.

Members

Functions

dup
OptionRange!T dup()
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.
toColumnIDs
auto toColumnIDs(int max)
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.
repeatForever
bool repeatForever [@property getter]

Returns true if the range keeps repeating from now on

save
auto save [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta