运算符 + 抽象方法

BigInt operator +(
  1. BigInt other
)

other 添加到这个大整数。

结果是另一个大整数。

实现

BigInt operator +(BigInt other);