Linear.opBinary

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

Meta