operator + method

T operator +(
  1. T operand
)

Implementation

T operator +(T operand) => update((data) => data + operand().iN);