twoByteModeMaxVal property
The maximum value for a two-byte encoding mode (14 bits).
Implementation
static final BigInt twoByteModeMaxVal = (BigInt.one << 14) - BigInt.one;
The maximum value for a two-byte encoding mode (14 bits).
static final BigInt twoByteModeMaxVal = (BigInt.one << 14) - BigInt.one;