[Issue 11082] std.algorithm.join of a dynamic array of fixed-size arrays

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 21 05:54:06 PDT 2013


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


Peter Alexander <peter.alexander.au at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter.alexander.au at gmail.co
                   |                            |m


--- Comment #1 from Peter Alexander <peter.alexander.au at gmail.com> 2013-09-21 05:54:01 PDT ---
join works on a range of ranges, but here you have a range of static arrays,
which are not ranges.

I'm not sure if this is a valid enhancement. I'm not a fan of making special
allowances for static arrays. If you had an array of containers it wouldn't
work either.

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