Vector.opBinaryRight

Undocumented in source. Be warned that the author may not have intended to support it.
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 (
isCompatibleArrayAccessString(N, AS, SEP) ||
AS.length == 0
)

Meta