twoByteModeMaxVal property

BigInt twoByteModeMaxVal
final

The maximum value for a two-byte encoding mode (14 bits).

Implementation

static final BigInt twoByteModeMaxVal = (BigInt.one << 14) - BigInt.one;