RangeIterator

class RangeIterator : Iterator!(T)(
T
) {}

Constructors

this
this(InputRange!T range)
Undocumented in source.

Members

Functions

hasNext
bool hasNext()
Undocumented in source. Be warned that the author may not have intended to support it.
next
T next()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta