AbstractMat3.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. AbstractVec2!T opBinary(AbstractVec2!T other)
  2. AbstractMat3!T opBinary(AbstractMat3!T other)
    struct AbstractMat3(T)
    const
    opBinary
    (
    string op
    )
    if (
    op == "*"
    )

Meta