mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
Now they use slices or array pointers with any element type instead of requiring byte pointers. This is a breaking enhancement to the language. The safety check for overlapping pointers will be implemented in a future commit. closes #14040