Overload List
Method | Description |
---|---|
![]() | Move other array's elements to end of this array.If this array is empty, then just take over the other array's buffer and size info, leaving the other array empty.Otherwise, move or copy the other array's elements to the end of this array, leaving the other array with its original length but with its element possibly "empty". |
![]() | This is appendMove, a member of class AcArray. |