[Issue 3444] foreach(i, elem; range) should work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 9 23:25:11 PDT 2010


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



--- Comment #3 from Shin Fujishiro <rsinfu at gmail.com> 2010-06-09 23:25:08 PDT ---
Created an attachment (id=659)
patch against dmd r526

Implemented foreach(i, e; r) and foreach_reverse(i, e; r).
For reverse iteration with index, r must have a length property.

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