FixedBuffer.clear

Undocumented in source. Be warned that the author may not have intended to support it.
struct FixedBuffer(size_t LEN, T = char)
pure @nogc nothrow @safe
void
clear
()
if (
T.sizeof == 1
)

Meta