operator < method

bool operator <(
  1. Long other
)

Comparison operators

Implementation

bool operator <(Long other) => _value < other._value;