On Saturday, 3 December 2022 at 22:46:31 UTC, DLearner wrote:
I agree should not change existing meaning of
```
int[] A;
```

But why not allow a construct for value-type variable arrays like:
```
int[*] B;
```

There's no reason to add more complexity to the language for this when the same result can already be achieved using existing language features.

Reply via email to