operator [] method

T operator [](
  1. Vec2 position
)

Get the tile at the given position

Implementation

T operator [](Vec2 position) => _tiles[position];