On Mon, 08 Nov 2010 13:46:52 -0500, Pillsy <[email protected]> wrote:

Besides, isn't catenating or appending in place impossible with D's (immutable) strings anyway?

This is a misconception, a string is not immutable, the data it points to is immutable. You can append to a string just like a mutable array.

-Steve

Reply via email to