const BLOCK_CAP: usize = 32;
The number of values a block can contain.
This value must be a power of 2. It also must be smaller than the number of bits in usize.
usize