updateCell

abstract val updateCell: (row: Int, col: Int, SudokuCellState, cell: T) -> T

Provides the lambda function to update a cell in the original grid type.