to allows to mutate the value while iterating over it.
@@ -300,7 +300,7 @@ public:
bool valid;
const TKey *key;
- const TValue *value;
+ TValue *value;
private:
uint32_t pos;