use AlignedBorrow;
use size_of;
/// The number of main trace columns for `RangeChip`.
pub const NUM_RANGE_PREPROCESSED_COLS: usize = ;
/// The number of multiplicity columns for `RangeChip`.
pub const NUM_RANGE_MULT_COLS: usize = ;
/// The `RangeChip` checks that the input `(a, b)` satisfies `a < 2^b` with `b` value up to `16`.
/// The `RangePreprocessedCols` has all the inputs that satisfy this relation.
/// For each range operation in the preprocessed table, a corresponding RangeMultCols row tracks
/// the number of times the operation is used.