Function z3_sys::Z3_mk_ast_map[][src]

pub unsafe extern "C" fn Z3_mk_ast_map(c: Z3_context) -> Z3_ast_map
Expand description

Return an empty mapping from AST to AST

NOTE: Reference counting must be used to manage AST maps, even when the Z3_context was created using Z3_mk_context instead of Z3_mk_context_rc.