Login
From:
devlog.hexops.com
(Uncensored)
subscribe
Packed structs in Zig make bit/flag sets trivial | Hexops' devlog
https://devlog.hexops.com/2022/packed-structs-in-zig/
links
backlinks
Roast topics
Find topics
Find it!
As we've been building Mach engine, we've been using a neat little pattern in Zig that enables writing flag sets more nicely in Zig than in other languages. Here's a brief explainer.