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

--- Comment #4 from [email protected] ---
(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.

--

Reply via email to