操作符 - 抽象方法

BigInt 操作符 -(
  1. BigInt other
)

从这个大整数中减去 other

结果是另一个大整数。

实现

BigInt operator -(BigInt other);