[Issue 4420] insertBack() for SList
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Jul 4 02:01:40 PDT 2010
http://d.puremagic.com/issues/show_bug.cgi?id=4420
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-07-04 02:01:26 PDT ---
SList can't implement insertBack due to complexity requirements. To append to a
list, use lst.insertAfter(lst[], stuff).
--
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