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
..
2016-08-29 22:14:09 -07:00
2018-05-31 17:28:07 -04:00
2017-09-25 15:04:52 -04:00
2017-09-30 18:20:55 -04:00