Vector.opBinaryRight

Componentwise binary skalar-vector operation: addition, subtraction, multiplication, division

struct Vector(type, int dim)
@safe pure nothrow
opBinaryRight
const
(
string op
)
(
valueType s
)
if (
(op == "+") ||
(op == "-")
||
(op == "*")
||
(op == "/")
)
if (
(dim >= 2) &&
(dim <= 4)
)

Meta