The @str field is null-terminated and so can be used as an ordinary C string.
String.str
string str() @propertyGet str field.
Returns
points to the character data. It may move as text is added.
void str(string propval) @propertySet str field.
Parameters
propval | points to the character data. It may move as text is added. The @str field is null-terminated and so can be used as an ordinary C string. |