| 411 | [[nodiscard]] constexpr const_iterator rend() const noexcept { return a.rend(); } |
| 412 | |
| 413 | [[nodiscard]] constexpr const_iterator crend() const noexcept { return a.crend(); } |
| 414 | |
| 415 | [[nodiscard]] constexpr bool empty() const noexcept { return a.empty(); } |
| 416 |