- binaryOp
auto binaryOp(Value other)
Undocumented in source. Be warned that the author may not have intended to support it.
- call
void call(Value ret, Value[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- call
void call(Value ret, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
- compareOp
auto compareOp(Value other)
Undocumented in source. Be warned that the author may not have intended to support it.
- concatOp
auto concatOp(Value other)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- get
T get()
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(Value index)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(Value index, Value* pout)
Undocumented in source. Be warned that the author may not have intended to support it.
- keys
auto ref keys()
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(size_t, Value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(Value, Value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opApply
int opApply(int delegate(string, Value) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Value other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Value opIndex(Value index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Value opIndex(string index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndex
Value opIndex(size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(Value value, string index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opIndexAssign
void opIndexAssign(Value value, size_t index)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
Value opSlice(Value start, Value end)
Undocumented in source. Be warned that the author may not have intended to support it.
- opSlice
Value opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
- toHash
size_t toHash()
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.
- unaryOp
void unaryOp()
Undocumented in source. Be warned that the author may not have intended to support it.
- values
auto ref values()
Undocumented in source. Be warned that the author may not have intended to support it.