Function Vector.opBinaryRight

T * Vector!(T,size)

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