Vector.opBinaryRight

Define Scalar multiplication

struct Vector(T, size_t dim_)
nothrow @nogc pure const
opBinaryRight
(
string op
)
(
in T rhs
)
if (
op == "*" ||
op == "/"
)
if (
__traits(isFloating, T)
)

Meta