Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
nonograms
master
Nonogram
Cell
State
Built with Crystal 1.9.2
2023-10-07 18:45:37 UTC
enum
Nonogram::Cell
Defined in:
nonogram.cr
Enum Members
Pending
=
-2_i8
Unknown
=
-1_i8
Empty
=
0_i8
Full
=
1_i8
Instance Method Summary
#empty?
#full?
#known?
#pending?
#unknown?
Instance Method Detail
def
empty?
#
[
View source
]
def
full?
#
[
View source
]
def
known?
#
[
View source
]
def
pending?
#
[
View source
]
def
unknown?
#
[
View source
]