enum Nonogram::Cell

Defined in:

nonogram.cr

Enum Members

Pending = -2_i8
Unknown = -1_i8
Empty = 0_i8
Full = 1_i8

Instance Method Summary

Instance Method Detail

def empty? #

[View source]
def full? #

[View source]
def known? #

[View source]
def pending? #

[View source]
def unknown? #

[View source]