https://issues.dlang.org/show_bug.cgi?id=19632
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |enhancement --- Comment #2 from Walter Bright <[email protected]> --- Replacing the v in the foreach with v.array will enable it to work. It's not documented to work without the .array, so I'm setting this as an enhancement request. --
