struct Aoc2022::Day3::Item

Defined in:

aoc2022/days/day3.cr

Constant Summary

PRIORITIES = ('a'..'z').to_a + ('A'..'Z').to_a

Constructors

Instance Method Summary

Constructor Detail

def self.new(char : Char) #

[View source]

Instance Method Detail

def char : Char #

[View source]
def char=(char : Char) #

[View source]
def priority #

[View source]