highSequenceMax top-level constant
int
const highSequenceMax
the max value of high sequence
Implementation
const int highSequenceMax = -1 ^ (-1 << highSequenceSize);
the max value of high sequence
const int highSequenceMax = -1 ^ (-1 << highSequenceSize);