resetBuffer

Sets an array (buffer) to all zeros.

@nogc nothrow pure @safe
void
resetBuffer
(
T
)

Parameters

targetBuffer T[]

The buffer to be reset.

Meta