[Issue 4348] std.container.SList append

2010-06-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4348 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4348] std.container.SList append

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4348 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|

[Issue 4348] std.container.SList append

2010-06-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4348 --- Comment #2 from bearophile_h...@eml.cc 2010-06-19 15:20:42 PDT --- Answer to Comment 1: thank you for your answer, I didn't know about this rule. In arrays the append can require a full array copy, so it can be O(n), but it's (hopefully)