struct Advent::Day11::Monkey
- Advent::Day11::Monkey
- Struct
- Value
- Object
Defined in:
day11.crConstructors
Instance Method Summary
- #clone
- #copy_with(id _id = @id, items _items = @items, operation _operation = @operation, operation_value _operation_value = @operation_value, test _test = @test, true_throw _true_throw = @true_throw, false_throw _false_throw = @false_throw)
- #false_throw : UInt64
- #id : UInt64
- #items : Array(UInt64)
- #operation(item : UInt64)
- #operation : String
- #operation_value : UInt64
- #test : UInt64
- #true_throw : UInt64
Constructor Detail
def self.new(id : UInt64, items : Array(UInt64), operation : String, operation_value : UInt64, test : UInt64, true_throw : UInt64, false_throw : UInt64)
#
Instance Method Detail
def copy_with(id _id = @id, items _items = @items, operation _operation = @operation, operation_value _operation_value = @operation_value, test _test = @test, true_throw _true_throw = @true_throw, false_throw _false_throw = @false_throw)
#