JSExpressionOperators

Undocumented in source.

Members

Functions

invoke
auto invoke(string name, T args)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(JSExpr expr)
Undocumented in source.
opIndex
auto opIndex(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(T expr, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(JSExpr expr, string name)
Undocumented in source.
opIndexAssign
void opIndexAssign(JSValue value, string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta