[Issue 3519] New: unpack, enumerate in std.range

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Nov 16 16:49:41 PST 2009


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

           Summary: unpack, enumerate in std.range
           Product: D
           Version: 2.036
          Platform: Other
        OS/Version: Windows
            Status: NEW
          Keywords: patch
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: dsimcha at yahoo.com


--- Comment #0 from David Simcha <dsimcha at yahoo.com> 2009-11-16 16:49:40 PST ---
Created an attachment (id=500)
Unpack and Enumerate for std.range

Here are implementations of unpack() and enumerate() that I believe are good
candidates for std.range.  These solve a few annoying issues with ranges.

For unpack() to work, the /*ref*/ in std.range.Zip.Proxy.at() needs to be
uncommented.

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