Var.opBinary

Undocumented in source.
  1. Var opBinary(Var other)
    template opBinary(string op)
    opBinary
    if (
    is(typeof(mixin (`Value.init ` ~ op ~ ` Value.init`)) : Value)
    )
  2. Var opBinary(Value other)

Members

Functions

opBinary
Var opBinary(Var other)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Var opBinary(Value other)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta