SmallString.length

Returns the number of characters in the small string.

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