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
struct
Sudoku::Fill
Sudoku::Fill
Struct
Value
Object
Defined in:
sudoku/sudoku.cr
Constructors
.new
(xy : Tuple(Int32, Int32), digit : Int32)
Instance Method Summary
#digit
: Int32
#x
#y
Constructor Detail
def self.
new
(xy : Tuple(Int32, Int32), digit : Int32)
#
[
View source
]
Instance Method Detail
def
digit
: Int32
#
[
View source
]
def
x
#
[
View source
]
def
y
#
[
View source
]