[][src]Function z3_sys::Z3_get_ast_hash

pub unsafe extern "C" fn Z3_get_ast_hash(c: Z3_context, a: Z3_ast) -> c_uint

Return a hash code for the given AST.

The hash code is structural. You can use Z3_get_ast_id interchangeably with this function.