Union type structs
Ziggit
Union type structs
In my project I have a Value union(enum). I know you can do a Entry.zig that has top level fields, and you can import it as a type of that name, but this is because it is implicitly an struct, how can I do this for union(enum)?
0 comments
No comments yet.