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::State
Defined in:
nonogram.cr
Enum Members
Solved
=
0
CantSolve
=
1
Invalid
=
2
Instance Method Summary
#cant_solve?
#invalid?
#solved?
Instance Method Detail
def
cant_solve?
#
[
View source
]
def
invalid?
#
[
View source
]
def
solved?
#
[
View source
]