mirror of
https://github.com/ziglang/zig.git
synced 2026-01-07 05:55:36 +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