singleByteModeMaxVal property
The maximum value for a single-byte encoding mode (6 bits).
Implementation
static final BigInt singleByteModeMaxVal = (BigInt.one << 6) - BigInt.one;
The maximum value for a single-byte encoding mode (6 bits).
static final BigInt singleByteModeMaxVal = (BigInt.one << 6) - BigInt.one;