Matrix3x3.opOpAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ThisT opOpAssign(ThisT mb)
  2. ThisT opOpAssign(ThisT mb)
    struct Matrix3x3(ElemT)
    opOpAssign
    (
    string op
    )
    ()
    if (
    op == "*"
    )
    if (
    traits.isNumeric!ElemT
    )
  3. ThisT opOpAssign(ElemT k)

Meta