get method

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

Implementation

T get(int x, int y) => _storage[getIndex(x, y)];