struct Advent::Day09::Point

Defined in:

day09.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(x : Int32, y : Int32) #

[View source]

Instance Method Detail

def +(other : Point) #

[View source]
def -(other : Point) #

[View source]
def clone #

[View source]
def copy_with(x _x = @x, y _y = @y) #

[View source]
def x : Int32 #

def x=(value : Int32) #

[View source]
def y : Int32 #

def y=(value : Int32) #

[View source]