istring

Undocumented in source.

Constructors

this
this(string s)

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

Alias This

data

Members

Functions

data
string data()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T other)
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
ptrdiff_t opCmp(string another)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmpFast
ptrdiff_t opCmpFast(istring another)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(string another)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(istring another)
Undocumented in source. Be warned that the author may not have intended to support it.
toHash
size_t toHash()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta