mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 00:08:56 +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