StringObject

Undocumented in source.

Constructors

this
this(Dstring str)
Undocumented in source.

Members

Functions

opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(StringObject s)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
Dequ opEquals(StringObject s)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
Dstring toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
Dstring value;
Undocumented in source.

Meta