Array.append

Append content.

class Array
final
append
(
const(void)[] src
)

Parameters

src const(void)[]

The content to append.

Return Value

Type: Array

A chaining reference if all content was written. Throws an IOException indicating eof or eob if not.

Remarks: Append an array to this buffer.

Meta