StringPool.intern
string intern(string str) @safe pure nothrowInterns a string, returning a reference to a unique copy.
Parameters
str | String to intern |
Returns
Reference to the unique string
string intern(string str) @safe pure nothrowInterns a string, returning a reference to a unique copy.
str | String to intern |