append
Description:
[
DestroysInstance ]
public Buffer append (
owned Buffer buf2)
Appends all the memory from buf2 to this.
The result buffer will contain a concatenation of the memory of this and buf2.
Parameters:
| this |
the first source Buffer to append.
|
| buf2 |
the second source Buffer to append.
|
Returns:
|
the new Buffer that contains the memory of the two source buffers.
|