[Issue 8248] New: std.container.Array needs a const-overload for opSlice

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jun 15 00:26:13 PDT 2012


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

           Summary: std.container.Array needs a const-overload for opSlice
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Phobos
        AssignedTo: nobody at puremagic.com
        ReportedBy: xammy at xammy.homelinux.net


--- Comment #0 from Matthias Walter <xammy at xammy.homelinux.net> 2012-06-15 00:28:25 PDT ---
At the moment, the primary range of the Array container can be obtained by
opSlice for which no const version exists. As iterating over constant
containers is a common option, this is an important feature.

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