SmallString.empty

Returns true if the SmallString has no elements, false otherwise.

struct SmallString(uint maxLength)
extern (D) @safe pure @nogc scope nothrow scope const @property
bool
empty
()
if (
maxLength
)