get method

int get(
  1. int x,
  2. int y
)

Implementation

int get(int x, int y) => _bytes[y][x];