https://issues.dlang.org/show_bug.cgi?id=13348 --- Comment #7 from Dmitry Olshansky <dmitry.olsh at gmail.com> --- > OK, so pretty much all the problems stem from malloc/realloc/free being used to manage the memory of the Grapheme type. Should I just use GC? --