Function bool_logic::eval::eval_with

source ·
pub fn eval_with<T>(expr: &Expr<T>, f: &impl Fn(&T) -> bool) -> bool