struct AoC::Commands::Day02::Command

Defined in:

commands/day_02.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(horizontal_delta : Int32, vertical_delta : Int32) #

[View source]

Class Method Detail

def self.parse(line) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(horizontal_delta _horizontal_delta = @horizontal_delta, vertical_delta _vertical_delta = @vertical_delta) #

[View source]
def horizontal_delta : Int32 #

def vertical_delta : Int32 #