operator + method

int operator +(
  1. DayOfWeek other
)

Implementation

int operator +(DayOfWeek other) => _value + other._value;