mirror of
https://github.com/ziglang/zig.git
synced 2026-01-06 13:33:21 +00:00
Also reduce the size of ZigVar in memory by making the name a `const char *` rather than a `Buf`.
Also reduce the size of ZigVar in memory by making the name a `const char *` rather than a `Buf`.