Skip to main content

blocks_for

Function blocks_for 

Source
pub fn blocks_for(cases: usize) -> usize
Expand 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.