Function z3_sys::Z3_ast_vector_get[][src]

pub unsafe extern "C" fn Z3_ast_vector_get(
    c: Z3_context,
    v: Z3_ast_vector,
    i: c_uint
) -> Z3_ast
Expand description

Return the AST at position i in the AST vector v.

Preconditions:

  • i < Z3_ast_vector_size(c, v)