On 4 July 2013 22:04, Mehrdad <wfunction at hotmail.com> wrote: > > To put it another way, _any_ conformant D compiler must necessarily have a > GC. > Not necessarily true, but your application at runtime may leak surplus amounts of memory from hidden allocation calls without a GC. ;) -- Iain Buclaw *(p < e ? p++ : p) = (c & 0x0f) + '0';