[][src]Function z3_sys::Z3_mk_ast_vector

pub unsafe extern "C" fn Z3_mk_ast_vector(c: Z3_context) -> Z3_ast_vector

Return an empty AST vector.

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