...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Returns the i-th row (unchecked access).
row_view operator[]( std::size_t i) const;
i <
this->size()
No-throw guarantee.
Constant.