operator < abstract method

bool operator <(
  1. BigInt other
)

Whether this big integer is numerically smaller than other.

Implementation

bool operator <(BigInt other);