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
)
Expand description

Update position i of the AST vector v with the AST a.

Preconditions:

  • i < Z3_ast_vector_size(c, v)