New vs length on dymamic array

Imperatorn johan_forsberg_86 at hotmail.com
Mon Nov 9 09:05:58 UTC 2020


On Monday, 9 November 2020 at 08:06:54 UTC, Andrey wrote:
> Hello,
>
> Are here any differences in creation of dynamic array with 
> known size?
>
>> auto array = new wchar[](111);
>
> and
>
>> wchar[] array;
>> array.length = 111;

You can check using compiler explorer:
https://godbolt.org/


More information about the Digitalmars-d-learn mailing list