ImmutableGrid
The immutable version of Grid.
This class simply wraps a MutableGrid and hides its mutators.
Constructors
Link copied to clipboard
constructor(rowCount: Int, columnCount: Int, insetEvenLines: Boolean = false, enableEdgeLines: Boolean = false, initial: Map<Grid.Address, Grid.State>? = null)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Copies and returns the wrapped MutableGrid.