operator + method

Logic operator +(
  1. dynamic other
)

Addition.

Implementation

Logic operator +(dynamic other) => Add(this, other).out;