MapSetVars.Var

Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

eq
alias eq = opBinary!"=="
Undocumented in source.
ge
alias ge = opBinary!">="
Undocumented in source.
gt
alias gt = opBinary!">"
Undocumented in source.
le
alias le = opBinary!"<="
Undocumented in source.
lt
alias lt = opBinary!"<"
Undocumented in source.
ne
alias ne = opBinary!"!="
Undocumented in source.
opEquals
alias opEquals = opBinary!"=="
Undocumented in source.

Functions

choose
Var choose(Value ifTrue, Value ifFalse)

Ternary.

cmp
CompareResult cmp(Var other)
Undocumented in source. Be warned that the author may not have intended to support it.
cmp
CompareResult cmp(Value other)
Undocumented in source. Be warned that the author may not have intended to support it.
map
Var map(Value delegate(Value) fun)
Undocumented in source. Be warned that the author may not have intended to support it.
not
Var not()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Var opAssign(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Var opAssign(Var value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinaryRight
Var opBinaryRight(Value other)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(Value other)
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.
resolve
Value resolve()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CompareResult
struct CompareResult
Undocumented in source.

Templates

opBinary
template opBinary(string op)
Undocumented in source.

Variables

name
VarName name;
Undocumented in source.
vars
MapSetVars* vars;
Undocumented in source.

Meta