fn extend_table_index_to_state(
    table_index: usize,
    args: &[VariableId]
) -> IdState
Expand description

(internal) Build a state which has the variables set exactly as in the table_index and all other variables set to zero.

index: 0110, args: (0, 3, 5, 6) -> 0101000 index: abcd, args: (0, 3, 5, 6) -> dc0b00a