On 8 November 2013 13:12, Iain Buclaw <ibuclaw@ubuntu.com> wrote:
For people trying to work around the cast system for dynamic arrays, IMO they should be punished for it, and told to do it in the correct way that invokes _d_arraycopy, or do their unsafe work through unions.



s/_d_arraycopy/_d_arraycast/


--
Iain Buclaw

*(p < e ? p++ : p) = (c & 0x0f) + '0';