[Issue 5345] std.array is missing the remove functions from std.container

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 26 06:09:22 PST 2011


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



--- Comment #1 from Jonathan M Davis <jmdavisProg at gmx.com> 2011-02-26 06:06:34 PST ---
Actually. I'm not sure that we want to add these. The more I think about it,
the less convinced I am that we want to treat dynamic arrays like containers.
It generally makes better sense to treat them as ranges. However, since they
_are_ a bit schizophrenic about whether they're ranges or containers, I'm not
entirely sure what the best course is here. I _am_ leaning towards just
treating them as ranges though.

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