class Computer

Included Modules

Defined in:

day_08/solution.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(instructions : Array(String)) #

[View source]
def self.new(instruction_block : String) #

[View source]

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.


[View source]
def run #

[View source]