Quaternion.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Quaternion opOpAssign(U q)
    struct Quaternion(T)
    @nogc ref pure nothrow
    opOpAssign
    (
    string op
    U
    )
    (
    U q
    )
    if (
    is(U : Quaternion) &&
    (op == "*")
    )
  2. Quaternion opOpAssign(U operand)

Meta