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