位或运算符。
将 this 和 other 都视为足够大的二进制补码整数,结果是一个在 this 或 other 中任一设置位都设置的数字
this
other
如果两个操作数都是非负的,结果也是非负的;否则结果是负数。
BigInt operator |(BigInt other);