struct Space

Defined in:

day4.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(marked : Bool, value : Int32) #

[View source]

Instance Method Detail

def marked : Bool #

[View source]
def marked=(marked : Bool) #

[View source]
def value : Int32 #

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

[View source]