zig/doc
Andrew Kelley f06bce5dda introduce [*] for unknown length pointers
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.
2018-06-02 04:04:23 -04:00
..
codegen.md implement ?return expression 2016-08-29 22:14:09 -07:00
docgen.zig use * for pointer type instead of & 2018-05-31 17:28:07 -04:00
langref.html.in introduce [*] for unknown length pointers 2018-06-02 04:04:23 -04:00
semantic_analysis.md fix docs 2017-09-25 15:04:52 -04:00
targets.md update C headers to clang 5.0.0 2017-09-30 18:20:55 -04:00