* @brief Returns the storage AND-mask. Lets advanced callers inline the * wrap (`idx = (idx + n) & mask`) when walking by a stride > 1. */
| 162 | * wrap (`idx = (idx + n) & mask`) when walking by a stride > 1. |
| 163 | */ |
| 164 | [[nodiscard]] std::size_t storageMask() const noexcept { return m_storageMask; } |
| 165 | |
| 166 | /** |
| 167 | * @brief Returns the backing storage size (>= capacity()), always a power of two. |
no outgoing calls
no test coverage detected