[Issue 5935] Non-tuple iteration with std.range.zip

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 6 11:22:31 PDT 2011


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


Andrei Alexandrescu <andrei at metalanguage.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrei at metalanguage.com


--- Comment #3 from Andrei Alexandrescu <andrei at metalanguage.com> 2011-05-06 11:18:36 PDT ---
I'm worried about this development. Before long we could get to the point where
a lot of ranges get bloated to support two iteration methods because opApply
has capabilities that ranges don't.

To prevent that we should improve range-based iteration to provide good support
for foreach, and leave opApply to entities that need internal iteration.

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