operator + method

Short operator +(
  1. Short other
)

Arithmetic and comparison operators

Implementation

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