struct AdventOfCode::Result

Defined in:

crystal/08.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(valid : Bool, acc : Int32) #

[View source]

Instance Method Detail

def acc : Int32 #

def clone #

[View source]
def copy_with(valid _valid = @valid, acc _acc = @acc) #

[View source]
def valid : Bool #