[Issue 4348] std.container.SList append
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sat Jun 19 14:51:05 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4348
Andrei Alexandrescu <andrei at metalanguage.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrei at metalanguage.com
--- Comment #1 from Andrei Alexandrescu <andrei at metalanguage.com> 2010-06-19 14:51:02 PDT ---
~= is only for containers that can implement it in time independent of the size
of the container. Writing s.insertAfter(s[], value) hints the user that the
cost is higher (i.e. proportional to the length of s[]).
--
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