• Creates an i8 CheckedBigInt.

    Parameters

    • value: bigint

      initial value

    Returns CheckedBigInt

    A new CheckedBigInt constrained to i8

    Throws

    RangeError - If the value exceeds the bit size.

Generated using TypeDoc