Vector.opBinaryRight

T * Vector!(T,size)

struct Vector(T, int size)
const
Vector!(T, size)
opBinaryRight
(
string op
)
(
T t
)
if (
op == "*" &&
isNumeric!T
)

Meta