istring.this

Interns the given string and returns the interned version. Handles empty strings too.

struct istring
nothrow @nogc @safe
this
(
string s
)

Meta