On 4 July 2013 22:03, Mehrdad <[email protected]> wrote: > D, on the other hand, has a GC built into the language itself; it's not an > implementation detail.
I'd say built into the runtime, rather than language. And it is an implementation detail on just how the GC tracks, allocates and collects memory. :) -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';
