mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 20:23:38 +00:00
- This ensures we honor the user's integer size when performing wrapping operations. - Also, instead of using ensureCapacity, we now use ensureUnusedCapacity.