Variable

Undocumented in source.

Constructors

this
this(T val)
Undocumented in source.
this
this(T val, size_t n)
Undocumented in source.

Members

Functions

opAssign
Variable opAssign(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Variable opBinary(Variable r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Variable opBinary(T r)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Variable opBinaryRight(T l)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Variable rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Variable rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Variable opOpAssign(Variable r)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
Variable opOpAssign(T r)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
Variable opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

a
T a;
Undocumented in source.
d
T[N] d;
Undocumented in source.

Meta