http://d.puremagic.com/issues/show_bug.cgi?id=4287
--- Comment #3 from [email protected] 2012-03-12 05:37:11 PDT --- See a discussion thread here, where I have suggested to give Appenhder both "put" method and a "~=" operator: http://www.digitalmars.com/webnews/newsgroups.php?art_group=digitalmars.D.learn&article_id=33135 http://forum.dlang.org/thread/[email protected] Adam D. Ruppe: > Another annoyance is if you have a function that works on > regular arrays, you probably used ~=. > But you decide to switch to Appender to try for a speed boost. > Now you have to change all the usage too, since the > interfaces are incompatible! See other messages in the thread. Adam D. Ruppe, James Miller, S�nke Ludwig and Timon Gehr seem to agree to add the "~=" to Appender. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
