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))();
```

--

Reply via email to