Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
sudoku
master
Top Level Namespace
Command
InputSource
Sudoku
Cell
Command
Fill
Game
Highlight
Load
NoOp
Save
Built with Crystal 1.9.2
2023-10-08 14:10:13 UTC
class
Sudoku::Cell
Sudoku::Cell
Reference
Object
Defined in:
sudoku/sudoku.cr
Constructors
.new
(digit : Int32)
Instance Method Summary
#digit
: Int32
#digit=
(digit : Int32)
#render
Constructor Detail
def self.
new
(digit : Int32)
#
[
View source
]
Instance Method Detail
def
digit
: Int32
#
[
View source
]
def
digit=
(digit : Int32)
#
[
View source
]
def
render
#
[
View source
]