Row

data class Row(val numbers: List<Int>, val extraNumbers: List<Int>)

The row contains a list of numbers and a list of extraNumbers

Constructors

Link copied to clipboard
constructor(numbers: List<Int>, extraNumbers: List<Int>)

Properties

Link copied to clipboard
Link copied to clipboard