AppendableBuffer.appendItems

Appends items to the buffer, expanding the buffer if needed.

struct AppendableBuffer(T)
void
appendItems
(
T[] items
)

Parameters

items T[]

The items to add.

Meta