Zero terminated string used to decrease data structure size.
TypeName is used to differentiate types (better than simple alias).
Construct a string.
Compare with another string.
Test for equality with another string.
Compute a hash.
Get the string.
Is this string null (invalid)?
See Implementation
Zero terminated string used to decrease data structure size.
TypeName is used to differentiate types (better than simple alias).