operator [] method

Vector operator [](
  1. int i
)

Implementation

Vector operator [](int i) => _rows[i];