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

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5345

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


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

2012-01-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5345


Jonathan M Davis jmdavisp...@gmx.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX


--- Comment #2 from Jonathan M Davis jmdavisp...@gmx.com 2012-01-20 23:13:33 
PST ---
Not a good idea. Dynamic arrays are _not_ containers. Closing.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


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

2011-02-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5345



--- Comment #1 from Jonathan M Davis jmdavisp...@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: ---