mirror of
https://github.com/ziglang/zig.git
synced 2026-03-11 21:59:52 +00:00
- Use an enum of all field names instead of string literals - Create a struct type with all fields optional instead of relying on anonymous struct literals This should provide better type inference, compile errors, and a (subjectively) cleaner API.