JavascriptStyleDispatch

this puts in operators and opDispatch to handle string indexes and properties, forwarding to get and set functions.

Members

Functions

opBinary
string* opBinary(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
string opDispatch(string v)
opIndex
string opIndex(string key)
opIndexAssign
string opIndexAssign(string value, string field)

Meta