class Crinja::Function::RangeIterator(B, N)
- Crinja::Function::RangeIterator(B, N)
- Reference
- Object
Included Modules
- Iterator(B)
Defined in:
lib/function/range.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #rewind
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(B)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.