pub fn is_volatile(expr: &Expr) -> Result<bool>
Expand description

Whether the given expression is volatile, i.e. whether it can return different results when evaluated multiple times with the same input.