Function z3_sys::Z3_get_ast_hash[][src]

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

Return a hash code for the given AST.

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