class Days::Day03::SpiralIterator2
- Days::Day03::SpiralIterator2
- Days::Day03::SpiralIterator
- Reference
- Object
Defined in:
days/day_03.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Instance methods inherited from class Days::Day03::SpiralIterator
next
next
Constructor methods inherited from class Days::Day03::SpiralIterator
new
new
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(UInt64)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.