rikki cattermole wrote: > Tell it to free[0] the array directly. > > ```D > T[] array; > > GC.free(array.ptr); or just `delete arr;`. it is marked as "deprecated" in changelog, but who cares? it works.