aztec-nr - noir_aztec::utils::remove_constraints

Function remove_constraints

pub unconstrained fn remove_constraints<Env, T>(f: fn[Env]() -> T) -> T

Calls a function and returns its return value, but removes any constraints associated with calling the function, behaving as if the function was unconstrained.