why static array can be reassigned with new allocation?

Per Nordlöw per.nordlow at gmail.com
Sun Oct 16 21:59:36 UTC 2022


On Sunday, 16 October 2022 at 20:26:58 UTC, Per Nordlöw wrote:

I meant we should instead deprecate


```d
new T[n]
```

in favor of

```d
new T[](n)
```

to avoid the syntactic confusion.


More information about the Digitalmars-d mailing list