AppendBuffer.erase

Sets all elements in data to the initial value of the element type. data.length is guaranteed to be dividable by the element size.

class AppendBuffer(T, Base : AppendBufferImpl)
protected override
void
erase
(
void[] data
)

Parameters

data void[]

data to erase

Meta