mul method

BigIntX mul(
  1. BigIntX other
)

Implementation

BigIntX mul(BigIntX other) => BigIntX(bn: bn! * other.bn!);