Z3_ast_vector_get

Function Z3_ast_vector_get 

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

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

ยงPreconditions:

  • i < Z3_ast_vector_size(c, v)