struct AdventOfCode::Navigation::Position
- AdventOfCode::Navigation::Position
- Struct
- Value
- Object
Defined in:
crystal/12.crConstructors
Instance Method Summary
- #*(value)
- #+(position : Position)
- #clone
- #copy_with(x _x = @x, y _y = @y)
- #rotate(num)
- #x : Int32
- #y : Int32