AppendBuffer.append

Concatenates chunks and appends them to the content, extending the content where required.

class AppendBuffer(T, Base : AppendBufferImpl)
T[]
append
(
U...
)
()

Parameters

chunks U

chunks to concatenate and append to the content

Return Value

Type: T[]

slice to concatenated chunks in the content which may be shorter than the chunks to concatenate if the content would have needed to be extended but content length limitation is enabled.

Meta