fractal::utils::expression

Function and

Source
pub fn and(
    a_expr: impl AsRef<Expression>,
    b_expr: impl AsRef<Expression>,
) -> ClosureExpression
Expand description

Returns an expression that is the and’ed result of the given boolean expressions.