hunt-extra ~v1.0.x (2022-05-11T02:04:37.8603622)
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