| 405 | [[nodiscard]] constexpr const_iterator rbegin() const noexcept { return a.rbegin(); } |
| 406 | |
| 407 | [[nodiscard]] constexpr const_iterator crbegin() const noexcept { return a.crbegin(); } |
| 408 | |
| 409 | [[nodiscard]] constexpr iterator rend() noexcept { return a.rend(); } |
| 410 |