Iter - mfichman/jogo GitHub Wiki

An iterator is an object that generates a sequence of values of the same type.

more?() Bool

Returns true if there are more elements in the array.

next() :a

Returns the next element in the array, or nil if there are no more elements.