RangeEnumeration

class RangeEnumeration : Enumeration!T(
T
) {}

Constructors

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

Members

Functions

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

Returns the next element of this enumeration if this enumeration object has at least one more element to provide.

Meta