| 254 | const T& operator[](fl::size index) const { return mCore[index]; } |
| 255 | |
| 256 | fl::size size() const { return mCore.size(); } |
| 257 | fl::size capacity() const { return mCore.capacity(); } |
| 258 | bool empty() const { return mCore.empty(); } |
| 259 | bool full() const { return mCore.full(); } |
no outgoing calls
no test coverage detected