removeCellAt

abstract fun removeCellAt(location: Location): Cell?(source)

Removes the cell at the given location. If there is no cell at the location, null is returned. Otherwise, the removed cell is returned.

Return

the removed cell, or null if there is no cell at the location

Parameters

location

the location to remove the cell from