[Issue 8280] std.array.uninitializedArrayExtend, std.array.initializedArray

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Jun 13 13:48:19 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=8280

--- Comment #4 from bearophile_hugs at eml.cc ---
(In reply to bearophile_hugs from comment #3)

> auto funcs = initializedArray!(int function(int)[])(10, i => i);

There can be some very uncommon strange cases, but that's a value and not a
lambda to fill the array.

--


More information about the Digitalmars-d-bugs mailing list