[][src]Function z3_sys::Z3_ast_vector_push

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

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