mirror of
https://github.com/ziglang/zig.git
synced 2025-12-29 17:43:17 +00:00
Previously the update() method would iterate over its capacity, which may contain uninitialized memory or already removed elements.
Previously the update() method would iterate over its capacity, which may contain uninitialized memory or already removed elements.