class Days::Day03::SpiralIterator2

Defined in:

days/day_03.cr

Constructors

Instance Method Summary

Instance methods inherited from class Days::Day03::SpiralIterator

next next

Constructor methods inherited from class Days::Day03::SpiralIterator

new new

Constructor Detail

def self.new #

[View source]

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.


[View source]