setCell

open override fun setCell(cell: Cell)(source)

Sets the cell at the given location to the given cell. If there is already a cell at the location, it will be overwritten by the new cell.

Parameters

location

the location to set the cell at

cell

the cell to set at the location

Throws

if the location is out of bounds