TranslatableString

Undocumented in source.

Constructors

this
this(string str)
Undocumented in source.
this
this(string[] seq)
Undocumented in source.
this
this(immutable(string)[] seq)
Undocumented in source.

Alias This

gettext

Members

Functions

gettext
string gettext()
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
TranslatableString opBinary(RHS rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
TranslatableString opBinaryRight(LHS lhs)
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.

Meta