[Webkit-unassigned] [Bug 198997] Add StringBuilder member function which allows makeString() style variadic argument construction

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 19 09:54:46 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=198997

--- Comment #4 from Darin Adler <darin at apple.com> ---
Since it can be used to append lots of different things, I like the idea of just calling it "append". Separate append functions that take specific types can have separate names, but usually you wouldn’t need to call them!

Unfortunately, I suppose the current function named "append" appends a string specifically. I wonder if we can make the new thing compatible enough that it can just take over the name.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190619/378ec331/attachment-0001.html>


More information about the webkit-unassigned mailing list