Please fix `.init` property

matheus matheus at gmail.com
Mon Jan 8 04:14:48 UTC 2024


On Sunday, 7 January 2024 at 23:12:30 UTC, Hipreme wrote:
> ...

For what it seems this happens only with arrays?

This happened with for example int[] a; but when I tried with 
other types (Non-arrays) like (string, int) this problem didn't 
occur.

Since like in this example string arrays are pointers, I think 
something was messed-up with the address.

Matheus.


More information about the Digitalmars-d mailing list