machineMax top-level constant
int
const machineMax
the max value of machine number
Implementation
const int machineMax = -1 ^ (-1 << machineSize);
the max value of machine number
const int machineMax = -1 ^ (-1 << machineSize);