struct AoC::Commands::Day02::Position
- AoC::Commands::Day02::Position
- Struct
- Value
- Object
Defined in:
commands/day_02.crConstructors
Instance Method Summary
- #+(command : Command)
- #aim : Int32 | Nil
- #clone
- #copy_with(horizontal _horizontal = @horizontal, depth _depth = @depth, aim _aim = @aim)
- #depth : Int32
- #horizontal : Int32
Constructor Detail
Instance Method Detail
def copy_with(horizontal _horizontal = @horizontal, depth _depth = @depth, aim _aim = @aim)
#