Frontpage
Login

One thing that always kills me with Zig is the unreachable() function. Unlike practically every other modern compiler I've ever come across, Zig requires you stick unreachable() in parts of the code that aren't reachable (if built in Debug or ReleaseSafe mode), otherwise the compiler will throw errors at you instead of just handling it šŸ‘‰ https://ziglang.org/documentation/master/#unreachable