operator < method - BigInt class - dart:core library (original) (raw)
operator < abstract method
bool operator <(
- BigInt other )
Whether this big integer is numerically smaller than other
.
Implementation
bool operator <(BigInt other);
bool operator <(
Whether this big integer is numerically smaller than other
.
bool operator <(BigInt other);