pub fn merge_incr_vals( input: u8, carry_in: bool, output: u8, carry_out: bool, ) -> u32
Merges the input, output, carry-in, and carry-out values into a single u32 for lookup.