operator < method

bool operator <(
  1. ModelCounter other
)

Compare with other ModelCounter.

他のModelCounterと比較します。

Implementation

bool operator <(ModelCounter other) => value < other.value;