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