Matrix.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
struct Matrix(T, size_t N, size_t M = N)
pure nothrow const
opBinaryRight
(
string op
T2
)
(
in T2 v
)
if (
op == "*" &&
!isInstanceOf!(moggle.math.matrix.Matrix, T2)
)

Meta