intBig function

IntNumeral intBig(
  1. BigInt value
)

Implementation

IntNumeral intBig(BigInt value) => IntNumeral(value);