http://d.puremagic.com/issues/show_bug.cgi?id=8910
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from [email protected] 2012-10-29 15:45:12 PDT --- This works without allocating: import std.stdio, std.array, std.algorithm; void main() { char[5][2] cs = 'x'; char[] j = cs[].map!((char[]a)=>a).join(","); writeln(j); } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
