On Thursday, 5 October 2017 at 19:59:48 UTC, Igor Shirkalin wrote:
Is there a pure way to make what I want?

oh i almost forgot about this function too:

http://dpldocs.info/experimental-docs/std.array.uninitializedArray.1.html


import std.array;
double[] arr = uninitializedArray!(double[])(100);


Reply via email to