refStringAcquire
fn
string refStringAcquire(string str)Acquires a reference on a string.
Parameters
str | a reference counted string |
Returns
the given string, with its reference count increased
string refStringAcquire(string str)Acquires a reference on a string.
str | a reference counted string |