Buffer.clear

Zeroes out the buffer's elements, getting rid of old contents.

struct Buffer(T, Flag!"dynamic" dynamic = No.dynamic, size_t originalSize = 128)
pure nothrow @nogc
void
clear
()

Meta