intBig function

IntNumeral intBig(
  1. BigInt value
)

Creates an IntNumeral from a BigInt value.

Implementation

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