| 624 | |
| 625 | nssv_constexpr const_iterator begin() const nssv_noexcept { return data_; } |
| 626 | nssv_constexpr const_iterator end() const nssv_noexcept { return data_ + size_; } |
| 627 | |
| 628 | nssv_constexpr const_iterator cbegin() const nssv_noexcept { return begin(); } |
| 629 | nssv_constexpr const_iterator cend() const nssv_noexcept { return end(); } |