Hacker News new | ask | show | jobs
by bnolsen 184 days ago
This confuses me. In zig null pointers are illegal, and I have yet to run into any case that should be addressed by using pointer arithmetic, that's all taken care of with slices.
1 comments

Seems like it's just a comment written by someone with little to no experience using zig.