operator + method
Add other ModelCounter as increment value.
他のModelCounterをincrementの値として加算します。
Implementation
ModelCounter operator +(ModelCounter other) => increment(other.value);
Add other ModelCounter as increment value.
他のModelCounterをincrementの値として加算します。
ModelCounter operator +(ModelCounter other) => increment(other.value);