struct Day16::Operation

Defined in:

day16.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(opcode : Int32, a : Int32, b : Int32, c : Int32) #

[View source]

Instance Method Detail

def a : Int32 #

def b : Int32 #

def c : Int32 #

def clone #

[View source]
def copy_with(opcode _opcode = @opcode, a _a = @a, b _b = @b, c _c = @c) #

[View source]
def opcode : Int32 #

def opcode=(opcode : Int32) #

[View source]