hunt-extra v1.1.8 (2021-12-13T08:45:08Z)
Home
Dub
Repo
RangeIterator
hunt
collection
Iterator
class
RangeIterator : Iterator!(T)(
T
) {
this
(InputRange!T range);
bool
hasNext
();
T
next
();
}
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
Source
See Implementation
hunt
collection
Iterator
classes
RangeIterator
interfaces
Iterator