var

struct var {}

Constructors

this
this(T t)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

_copy
var _copy()
Undocumented in source. Be warned that the author may not have intended to support it.
_function
void _function(var delegate(var, var[]) f)
Undocumented in source. Be warned that the author may not have intended to support it.
_getOwnProperty
var _getOwnProperty(string name, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
_object
void _object(PrototypeObject obj)
Undocumented in source. Be warned that the author may not have intended to support it.
_object
PrototypeObject _object()
Undocumented in source. Be warned that the author may not have intended to support it.
apply
var apply(var _this, var[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
call
var call(var _this, T t)
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.
nullCoalesce
T nullCoalesce(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(ref var) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(var, ref var) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
var opAssign(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
var opBinary(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
var* opBinary(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
var opBinaryRight(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
var* opBinaryRight(T s)
Undocumented in source. Be warned that the author may not have intended to support it.
opCall
var opCall(T t)
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.
opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
size_t opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
var opIndex(var name, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
var opIndex(string name, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
var opIndex(size_t idx, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
var opIndexAssign(T t, var name, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
var opIndexAssign(T t, string name, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
var opIndexAssign(T t, size_t idx, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssignNoOverload
var opIndexAssignNoOverload(T t, string name, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
var opOpAssign(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
var opSlice(var e1, var e2)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
var opSlice(ptrdiff_t e1, ptrdiff_t e2)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
var opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.
payloadType
Type payloadType()
Undocumented in source. Be warned that the author may not have intended to support it.
putInto
auto ref putInto(T t)
Undocumented in source. Be warned that the author may not have intended to support it.
toJson
string toJson()
Undocumented in source. Be warned that the author may not have intended to support it.
toJsonValue
JSONValue toJsonValue()
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.

Properties

emptyArray
var emptyArray [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
emptyObject
PrototypeObject emptyObject [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
var opDispatch [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
T opDispatch [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
prototype
var prototype [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
prototypeObject
PrototypeObject prototypeObject [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromJson
var fromJson(string json)
Undocumented in source. Be warned that the author may not have intended to support it.
fromJsonValue
var fromJsonValue(JSONValue v)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_payload
Payload _payload;
Undocumented in source.

Meta