Linear.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opBinary(T rhs)
  2. T opBinary(float rhs)
    mixintemplate Linear()
    inout
    T
    opBinary
    (
    string op
    )
    (
    inout float rhs
    )
    if (
    ["+", "-", "*", "/"].canFind(op)
    )

Meta