https://issues.dlang.org/show_bug.cgi?id=20081
Adam D. Ruppe <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Adam D. Ruppe <[email protected]> --- I'd actually prefer the syntax just to be mixin. Change the grammar so declaration names can be replaced with mixin(x) and the mixin must return an identifier as a string. But regardless, yes, this would basically finish `static foreach` imo. --
