Function get_var

Source
fn get_var<F>(
    evals: &ProofEvaluations<[F; 2]>,
) -> impl Fn(Column, CurrOrNext) -> F + '_
where F: Field,
Expand description