Z3_ast_vector_push

Function Z3_ast_vector_push 

Source
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.