FixedBuffer.empty

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 @property const
bool
empty
()
if (
T.sizeof == 1
)

Meta