运算符 < 抽象方法

bool operator <(
  1. BigInt other
)

判断这个大整数是否在数值上小于 other

实现

bool operator <(BigInt other);