Linear.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T opOpAssign(T rhs)
    mixintemplate Linear()
    ref
    static if(!(is(T == Rotor3)))
    T
    opOpAssign
    (
    string op
    )
    (
    inout T rhs
    )
    if (
    op == "+" ||
    op == "-"
    )
  2. T opOpAssign(float rhs)

Meta