Returns the i-th row (unchecked access).
row_view operator[]( std::size_t i) const;
i < this->size()
No-throw guarantee.
Constant.