struct AoC2020::Day2::Common::Entry

Defined in:

aoc_2020/day_2/common.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(limit : Range(Int32, Int32), letter : Char, password : String) #

[View source]

Class Method Detail

def self.parse(line) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(limit _limit = @limit, letter _letter = @letter, password _password = @password) #

[View source]
def letter : Char #

def limit : Range(Int32, Int32) #

def password : String #