Function z3_sys::Z3_ast_vector_push[][src]

pub unsafe extern "C" fn Z3_ast_vector_push(
    c: Z3_context,
    v: Z3_ast_vector,
    a: Z3_ast
)
Expand description

Add the AST a in the end of the AST vector v. The size of v is increased by one.