fourByteModeMaxVal property
The maximum value for a four-byte encoding mode (30 bits).
Implementation
static final BigInt fourByteModeMaxVal = (BigInt.one << 30) - BigInt.one;
The maximum value for a four-byte encoding mode (30 bits).
static final BigInt fourByteModeMaxVal = (BigInt.one << 30) - BigInt.one;