operator - method

ModelCounter operator -(
  1. ModelCounter other
)

Subtracts other ModelCounter as the value of increment.

他のModelCounterincrementの値として減算します。

Implementation

ModelCounter operator -(ModelCounter other) => increment(-other.value);