to allows to mutate the value while iterating over it. (cherry picked from commit 97f9bbcfa3ba3f09d4486c02cc2230dc21256a3b)
@@ -288,7 +288,7 @@ public:
bool valid;
const TKey *key;
- const TValue *value;
+ TValue *value;
private:
uint32_t pos;