Skip to main content

hash_expr

Function hash_expr 

Source
pub fn hash_expr(e: &Expr) -> u64
Expand 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.