Function zkevm_keccak::util::expression::not::expr
source · [−]pub fn expr<F: FieldExt, E: Expr<F>>(b: E) -> Expression<F>
Expand description
Returns an expression that represents the NOT of the given expression.
pub fn expr<F: FieldExt, E: Expr<F>>(b: E) -> Expression<F>
Returns an expression that represents the NOT of the given expression.