Quaternion.opOpAssign

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

Meta