SmallString._data

Undocumented in source.
struct SmallString(uint maxLength)
char[maxLength] _data;

Meta