On Saturday, 28 December 2019 at 03:08:48 UTC, BoraxMan wrote: > For the line "Writeln(w[]);" GDC reports "error: no [] operator > overload for type Appender!string". I think that is just a broken example. Pretty sure it should be `w.data` instead of `w[]`.