Function StringCache.intern
Caches a string.
string intern
(
const(ubyte)[] str
) pure nothrow @nogc @safe;
string intern
(
string str
) pure nothrow @nogc @trusted;
Caches a string.
string intern
(
const(ubyte)[] str
) pure nothrow @nogc @safe;
string intern
(
string str
) pure nothrow @nogc @trusted;