operator + method

Long operator +(
  1. Long other
)

Arithmetic operators

Implementation

Long operator +(Long other) => Long(_value + other._value);