CachedString

Undocumented in source.

Constructors

this
this(string str)
Undocumented in source.

Alias This

str

Members

Functions

opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
string opOpAssign(string val)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
string opSlice(size_t lo, size_t hi)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
string opSlice()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
str
string str [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
str
string str [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta