• Creates an i64 CheckedBigInt.

    Parameters

    • value: bigint

      initial value

    Returns CheckedBigInt

    A new CheckedBigInt constrained to i64

    Throws

    RangeError - If the value exceeds the bit size.

Generated using TypeDoc