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