String.str

string str() @property

Get str field.

Returns

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.

void str(string propval) @property

Set str field.

Parameters

propvalpoints 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.