ExprString

Undocumented in source.

Constructors

this
this(const(string)[] input)
Undocumented in source.
this
this(string[] input)
Undocumented in source.

Members

Functions

opBinary
ExprString opBinary(const(ExprString) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
ExprString opBinary(string other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
ExprString opBinaryRight(string 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.
opOpAssign
ExprString opOpAssign(const(ExprString) other)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
ExprString opOpAssign(string other)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
ExprString opOpAssign(R other)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
void toString(Out outputRange)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

data
string[] data;
Undocumented in source.

Meta