www.digitalmars.com         C & C++   DMDScript  

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

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 puremagic.com
        ReportedBy: xammy xammy.homelinux.net



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: -------
Jun 15 2012