4 ms·
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
by bnolsen 9mo 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.
- meepmorp 9mo agoSeems like it's just a comment written by someone with little to no experience using zig.