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