row method

HRow row(
  1. int i
)

Get a row by its zero based index.

Implementation

HRow row(int i) => _rows[i];