Vector.opBinaryRight

Processes vector multiplication and division with number.

struct Vector(size_t Size, Type = float, string Accessors = "", string Orientation = "horizontal")
@trusted pure nothrow
Self
opBinaryRight
(
string op
Number
)
(
in Number num
)
if (
(
op == "*" ||
op == "/"
)
&&
isNumeric!Number
)
if (
Size > 0
)

Meta