https://issues.dlang.org/show_bug.cgi?id=2043
Gabor Mezo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Gabor Mezo <[email protected]> --- Actually, I find this style of workaround mutch more readable than we seen before: foreach (idx; 1 .. data.length) { (idx) { // Do stuff }(idx); } It not looks too ugly if you have some JS background. :) Please fix this bug ASAP. I really like this language but this POS always makes me sad if I take a look at my code. --
