ImmutableGrid

constructor(rowCount: Int, columnCount: Int, insetEvenLines: Boolean = false, enableEdgeLines: Boolean = false, initial: Map<Grid.Address, Grid.State>? = null)