3 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 10mo 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 10mo agoSeems like it's just a comment written by someone with little to no experience using zig.