toggle menu
Sudoklify
1.0.0-beta04
common
switch theme
search in API
sudoklify-core
/
dev.teogor.sudoklify.puzzle
/
SudokuPuzzle
/
SudokuPuzzle
Sudoku
Puzzle
constructor
(
difficulty
:
Difficulty
,
type
:
Dimension
,
seed
:
Seed
,
givens
:
List
<
SudokuPuzzle.Givens
>
,
solution
:
List
<
List
<
Int
>
>
,
hints
:
List
<
SudokuPuzzle.Hint
>
=
emptyList()
)