Quaternion.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void opOpAssign(Quaternion!E q)
    struct Quaternion(S)
    void
    opOpAssign
    (
    string op
    E
    )
    ()
    if (
    !is(CommonType!(S, E) == void) &&
    is(typeof(mixin ("this " ~ op ~ " q")))
    )
  2. void opOpAssign(E s)

Meta