[Issue 8910] Static arrays, dynamic arrays and std.array.join

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 29 15:54:18 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=8910



--- Comment #6 from bearophile_hugs at eml.cc 2012-10-29 15:54:16 PDT ---
(In reply to comment #5)

>     char[] j = cs[].map!((char[]a)=>a).join(",");

Right, good idea. It also avoids all the stack copies of the rows! :-)

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list