class Computer
- Computer
- Reference
- Object
Included Modules
- Iterator(Array({acc: Int32, pos: Int32, finished: Bool}))
Defined in:
day_08/solution.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #run
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(Array({acc: Int32, pos: Int32, finished: Bool}))
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.