RectGrid.TileType

The type used to represent a tile in this grid

struct RectGrid(T)
alias TileType = typeof(_tiles[0][0])

Meta