diff --git a/TurboList.hpp b/TurboList.hpp index 894066f..7646118 100644 --- a/TurboList.hpp +++ b/TurboList.hpp @@ -126,6 +126,8 @@ public: } } + // TODO: finalize() call which memcpy remaining elements of old into nex and then frees old and sets nullptr + mid = 0; + inline uint32_t size() noexcept { return end; }