at method

Value at(
  1. int row,
  2. int col
)

Implementation

Value at(int row, int col) => _data[row][col];