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);andwchar[] array; array.length = 111;
You can check using compiler explorer: https://godbolt.org/