fourByteModeMaxVal property

BigInt fourByteModeMaxVal
final

The maximum value for a four-byte encoding mode (30 bits).

Implementation

static final BigInt fourByteModeMaxVal = (BigInt.one << 30) - BigInt.one;