mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 14:25:16 +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.