pub fn checked_add(
lhs: BoundExpression,
rhs: BoundExpression,
) -> BoundExpressionExpand description
Creates a bound checked-add expression.
pub fn checked_add(
lhs: BoundExpression,
rhs: BoundExpression,
) -> BoundExpressionCreates a bound checked-add expression.