pub fn is_constant(expr: &Expr) -> bool
Return true if the Expr is a literal or tuple of literals.
true
Expr