fn is_literal_zero(expr: &Expr<'_>) -> bool
Returns true if the expression is the integer literal 0.
true
0