toggle menu
Sudoklify
1.0.0-beta04
common
switch theme
search in API
sudoklify-solver
/
dev.teogor.sudoklify.solver
/
SudokuGridProcessor
/
updateCell
update
Cell
abstract
val
updateCell
:
(
row
:
Int
,
col
:
Int
,
SudokuCellState
,
cell
:
T
)
->
T
Provides the lambda function to update a cell in the original grid type.