Matrix.opBinaryRight

struct Matrix(size_t H, size_t W, E)
pure const
opBinaryRight
(
string op
size_t K
X
alias string AS
)
(
in Vector!(K, X, AS) v
)
if (
op == "*" &&
isVector!(typeof(selftype.init.T * typeof(v).init))
)

Meta