June 15, 2012 [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 --- Comment #0 from Matthias Walter <xammy@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: ------- |
Copyright © 1999-2021 by the D Language Foundation