opBinary.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Var opBinary(Var other)
  2. Var opBinary(Value other)
    template opBinary(string op)
    opBinary
    if (
    is(typeof(mixin (`Value.init ` ~ op ~ ` Value.init`)) : Value)
    )

Meta