Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
aoc2022
main
Top Level Namespace
Aoc2022
Day
Day1
Day10
Clock
CPU
CRT
Day11
Monkey
Operation
Day2
Command
Shape
Day3
Group
Item
Rucksack
Day4
Day5
Command
Day6
Day7
Dir
File
Day8
Direction
Day9
Direction
Rope
Point
FileInputReader
InMemoryInputReader
InputReader
Generated using Crystal 1.12.2
2024-09-13 04:58:25 UTC
class
Aoc2022::
Day11::
Operation
Aoc2022::Day11::Operation
Reference
Object
Defined in:
aoc2022/days/day11.cr
Constructors
.new
(operator : String, operand : String)
Instance Method Summary
#execute_with
(item : Int64) : Int64
Constructor Detail
def self.
new
(operator : String, operand : String)
#
[
View source
]
Instance Method Detail
def
execute_with
(item : Int64) : Int64
#
[
View source
]