| 100 | |
| 101 | constexpr StackListIterator begin() noexcept { return StackListIterator{*this}; } |
| 102 | constexpr TStackListEntry* end() noexcept { return mLast; } |
| 103 | |
| 104 | private: |
| 105 | TStackListEntry* mFirst{nullptr}; |
no outgoing calls
no test coverage detected