UNCONFIRMED67082
Need more mutation operations for StringBuilder
https://bugs.webkit.org/show_bug.cgi?id=67082
Summary Need more mutation operations for StringBuilder
Xianzhu Wang
Reported 2011-08-26 20:57:17 PDT
To match the functionalities of Vector<UChar>, we need add more mutation operations for StringBuilder: - mutable [] operator - non-const characters() - remove - prepend
Attachments
Darin Adler
Comment 1 2011-08-27 12:18:35 PDT
I’m not sure we should add all of these. In particular, we don’t want to add operations that can’t be implemented efficiently. We might instead want to change the Vector<UChar> call sites.
Note You need to log in before you can comment on or make changes to this bug.