http://d.puremagic.com/issues/show_bug.cgi?id=8910
--- Comment #7 from Jonathan M Davis <[email protected]> 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: -------
