Function z3_sys::Z3_mk_ast_vector

source ·
pub unsafe extern "C" fn Z3_mk_ast_vector(
    c: Z3_context
) -> Z3_ast_vector
Expand description

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.