class AdventOfCode::Int64code
- AdventOfCode::Int64code
- Reference
- Object
Defined in:
crystal/9.crConstructors
Instance Method Summary
- #input : Array(Int64)
- #input=(input : Array(Int64))
- #instruction_pointer : Int64
- #instruction_pointer=(instruction_pointer : Int64)
- #output : Array(Int64)
- #output=(output : Array(Int64))
- #relative_base : Int32
- #relative_base=(relative_base : Int32)
- #run
- #run(*input)
- #state : AdventOfCode::State
- #state=(state : AdventOfCode::State)
-
#step
ameba:disable Metrics/CyclomaticComplexity