Function z3_sys::Z3_get_app_arg[][src]

pub unsafe extern "C" fn Z3_get_app_arg(
    c: Z3_context,
    a: Z3_app,
    i: c_uint
) -> Z3_ast
Expand description

Return the i-th argument of the given application.

Preconditions:

  • i < Z3_get_app_num_args(c, a)