mirror of
https://github.com/ziglang/zig.git
synced 2025-12-30 10:03:21 +00:00
See #770 Currently it does not have any different behavior than `*` but it is now recommended to use `[*]` for unknown length pointers to be future-proof. Instead of [ * ] being separate tokens as the proposal suggested, this commit implements `[*]` as a single token.