TL;DR
Learn Zig enums and tagged unions — model state with named values, attach data to variants, and use exhaustive switch for type-safe dispatch.
Key concepts
- zig enums
- zig tagged unions
- zig union enum
- zig switch enum
- zig variant types
TL;DR
Learn Zig enums and tagged unions — model state with named values, attach data to variants, and use exhaustive switch for type-safe dispatch.
Key concepts