Allow array literals to include an element index #446
Labels
complexity 2: significant
This is non-trivial, but still not a major undertaking
kind: feature: language
Adding a new language feature
For example code like this:
could be written as:
Each item array element can be prefixed with the index in the array (e.g.
0x00
), if none is given, the previous index is used and incremented by one. It's an error if indices are missing or are duplicate.The text was updated successfully, but these errors were encountered: