| 99 | } |
| 100 | |
| 101 | [[nodiscard]] size_t capacity() const { return capacityElements; } |
| 102 | [[nodiscard]] size_t size() const { return sizeElements; } |
| 103 | |
| 104 | [[nodiscard]] T* data() { return static_cast<T*>(virtualMemory.data()); } |
nothing calls this directly
no outgoing calls
no test coverage detected