================
@@ -175,6 +187,45 @@ class BlockStore {
else
return Iterator(current, fill_count);
}
+
+ // Removes and the element at pos, then moves all the objects after back by
----------------
lntue wrote:
nit: Removes the element at pos
https://github.com/llvm/llvm-project/pull/97641