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