Function fractal::utils::expression::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.