Function Operation.opBinary

Convenience method for pointwise operations.

Operation opBinary(string op) (
  Operation rhs,
  string mod = __MODULE__,
  size_t line = __LINE__
);

Internally, this just calls the appropriate function from dopt.core.ops.math.