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