Vector.opBinaryRight

only mul allowed

struct Vector(size_t N, T, alias string AS = "")
pure const
opBinaryRight
(
string op
E
)
(
in E b
)
if (
isValidOp!(op, E, T, T) &&
op == "*"
)
if (
isCompatibleArrayAccessStrings(N, AS, VVASES, VVASVS) ||
AS.length == 0
)

Meta