Function z3_sys::Z3_ast_vector_set
[−]
[src]
pub unsafe extern "C" fn Z3_ast_vector_set(
c: Z3_context,
v: Z3_ast_vector,
i: c_uint,
a: Z3_ast
)
Update position i of the AST vector v with the AST a.
Precondition: i < Z3_ast_vector_size(c, v)