Function fill_incrementing_b32

Source
pub fn fill_incrementing_b32<P>(
    witness: &mut TableWitnessSegment<'_, P>,
    col: Col<B32>,
) -> Result<(), Error>
Expand description

Fills a structured crate::builder::structured::StructuredDynSize::Incrementing B32 column with values.

This is specialized for B32 because that is a common case, which can be implemented efficiently.