struct Advent::Day09::Point
- Advent::Day09::Point
- Struct
- Value
- Object
Defined in:
day09.crConstructors
Instance Method Summary
- #+(other : Point)
- #-(other : Point)
- #clone
- #copy_with(x _x = @x, y _y = @y)
- #x : Int32
- #x=(value : Int32)
- #y : Int32
- #y=(value : Int32)