AppendBuffer.dump

Cuts the last n elements from the current content. If n is greater than the current content length, all elements in the content are cut.

class AppendBuffer(T, Base : AppendBufferImpl)
T[]
dump
()

Return Value

Type: T[]

last n elements cut from the current content, if n is at most the content length or all elements from the current content otherwise.

Meta