pub fn merge_incr_cols(
table: &mut TableBuilder<'_>,
input: Col<B8>,
carry_in: Col<B1>,
output: Col<B8>,
carry_out: Col<B1>,
) -> Col<B32>
Expand description
Merges the input, output, carry-in, and carry-out columns into a single B32 column for lookup.