| 57 | } |
| 58 | |
| 59 | constexpr const_iterator begin() const noexcept { |
| 60 | return {Data, static_cast<size_type>(0)}; |
| 61 | } |
| 62 | |
| 63 | constexpr const_iterator end() const noexcept { |
| 64 | return {Data, static_cast<size_type>(Size)}; |
no outgoing calls
no test coverage detected