tileAt2d method

T tileAt2d(
  1. int x,
  2. int y
)

Implementation

@pragma('vm:prefer-inline')
T tileAt2d(int x, int y) => _data[to1d(x, y)];