https://issues.dlang.org/show_bug.cgi?id=22673
--- Comment #2 from mhh <[email protected]> --- The array allocated is uninitialized. ``` auto result = (() @trusted => uninitializedArray!(Unqual!E[])(length))(); ``` --
d-bugmail--- via Digitalmars-d-bugs Thu, 13 Jan 2022 16:51:45 -0800
https://issues.dlang.org/show_bug.cgi?id=22673
--- Comment #2 from mhh <[email protected]> --- The array allocated is uninitialized. ``` auto result = (() @trusted => uninitializedArray!(Unqual!E[])(length))(); ``` --