singleByteModeMaxVal property

BigInt singleByteModeMaxVal
final

The maximum value for a single-byte encoding mode (6 bits).

Implementation

static final BigInt singleByteModeMaxVal = (BigInt.one << 6) - BigInt.one;