struct Advent::Day05::Instruction

Defined in:

day05.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(qty : Int32, from : Int32, to : Int32) #

[View source]

Instance Method Detail

def from : Int32 #

[View source]
def from=(from : Int32) #

[View source]
def qty : Int32 #

[View source]
def qty=(qty : Int32) #

[View source]
def to : Int32 #

[View source]
def to=(to : Int32) #

[View source]