Linear.opOpAssign

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

Meta