pub(crate) fn or(
a_expr: impl AsRef<Expression>,
b_expr: impl AsRef<Expression>,
) -> ClosureExpressionExpand description
Returns an expression that is the or’ed result of the given boolean expressions.
pub(crate) fn or(
a_expr: impl AsRef<Expression>,
b_expr: impl AsRef<Expression>,
) -> ClosureExpressionReturns an expression that is the or’ed result of the given boolean expressions.