Function evalexpr::eval_boolean_with_context_mut[][src]

pub fn eval_boolean_with_context_mut<C: ContextWithMutableVariables>(
    string: &str,
    context: &mut C
) -> EvalexprResult<bool>
Expand description

Evaluate the given expression string into a boolean with the given mutable context.

See the crate doc for more examples and explanations of the expression format.