use of C memmove

Steven Schveighoffer schveiguy at yahoo.com
Thu Apr 7 11:48:24 PDT 2011


On Thu, 07 Apr 2011 14:44:28 -0400, Kagamin <spam at here.lot> wrote:

> spir Wrote:
>
>>      // If move down, compress array.
>>      if (offset < 0)
>>          elements.length += offset;
>
> ow, addAssign works on length?

Since 12/09 :)

http://www.digitalmars.com/d/2.0/changelog.html#new2_037

-Steve


More information about the Digitalmars-d-learn mailing list