mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 14:53:08 +00:00
* enable slicing for single-item ptr to arrays * disable slicing for other single-item pointers * enable indexing for single-item ptr to arrays * disable indexing for other single-item pointers see #770 closes #386