struct Aoc2022::Day5::Command

Defined in:

aoc2022/days/day5.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : String) #

[View source]

Instance Method Detail

def count : Int32 #

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

[View source]
def dest : Int32 #

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

[View source]
def source : Int32 #

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

[View source]