On Fri, 15 Nov 2013 22:30:35 +0000, Justin Whear wrote: > std.array has an Appender type that can be used to build up a string (or > any other array type) efficiently. Oh, and if you have an idea of how large the result might grow, be sure to use the reserve() method on the appender.