pub fn hash_expr(e: &Expr) -> u64Expand description
Compute a structural FNV-1a hash of an expression.
The hash is deterministic and depends only on the structure of e.
It is designed to distinguish structurally distinct expressions efficiently,
though it is not a cryptographic hash.