Comment by scuff3d
9 hours ago
In Zig you have to mark variables as nullable when they are declared. If you try to assign null to any variable that doesn't have it marked as such the program won't compile.
Any nullable type has to be unwrapped before accessing the value, or again, won't compile.
No comments yet
Contribute on Hacker News ↗