compareTo method
Compares this BigInteger with another.
Implementation
@override
int compareTo(BigInteger other) => _value.compareTo(other._value);
Compares this BigInteger with another.
@override
int compareTo(BigInteger other) => _value.compareTo(other._value);