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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 29 16:10:48 PDT 2012


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



--- Comment #7 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-10-29 16:10:46 PDT ---
> What you say doesn't explain why Phobos doesn't have a function to join a
> built-in fixed-sized 2D array turning it into a single dynamic array. So I
> think closing this issue is the wrong decision.

That would mean copying it. The solution is to slice it, and Timon's solution
deals with the multi-dimensional issues posed by this particular case.

-- 
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