* @brief Returns the backing storage size (>= capacity()), always a power of two. * Use for span/wrap math that operates on the raw buffer indices. */
| 168 | * Use for span/wrap math that operates on the raw buffer indices. |
| 169 | */ |
| 170 | [[nodiscard]] std::size_t storageCapacity() const noexcept { return m_storageCapacity; } |
| 171 | |
| 172 | /** |
| 173 | * @brief Provides read-only access to an element at a given index. |
no outgoing calls
no test coverage detected