refStringRelease
fn
void refStringRelease(string str)Releases a reference on a string; if it was the last reference, the resources allocated by the string are freed as well.
Parameters
str | a reference counted string |