ByteWriter.owned
bool owned() @property nothrowGet owned field.
Returns
If false no reallocations are allowed and copies of data are returned
void owned(bool propval) @property nothrowSet owned field.
Parameters
propval | If false no reallocations are allowed and copies of data are returned |