• Creates an u16 CheckedBigInt.

    Parameters

    • value: bigint

      initial value

    Returns CheckedBigInt

    A new CheckedBigInt constrained to u16

    Throws

    RangeError - If the value exceeds the bit size.

Generated using TypeDoc