mirror of
https://github.com/ziglang/zig.git
synced 2026-02-10 19:41:16 +00:00
Now the backing integer of a packed struct type may be explicitly
specified with e.g. `packed struct(u32) { ... }`.
Now the backing integer of a packed struct type may be explicitly
specified with e.g. `packed struct(u32) { ... }`.