sudokuParamsBuilder

inline fun sudokuParamsBuilder(crossinline block: ParamsBuilder.() -> Unit): SudokuParams

Create a SudokuGenerator using the provided configuration.

Return

SudokuGenerator instance.

Parameters

block

Lambda for configuring the builder.