is_exactly_true

Function is_exactly_true 

Source
fn is_exactly_true(expr: Expr, info: &impl SimplifyInfo) -> Result<Expr>
Expand description

Returns expression testing a boolean expr for being exactly true (not false or NULL).