pub fn blocks_for(cases: usize) -> usizeExpand description
The blocks a chain of n cases needs beyond the ones the program already had.
Here so that a test can say the number rather than count it, and so that whoever writes the jump table has one place to compare against.