pub unsafe extern "C" fn Z3_param_descrs_get_name(
    c: Z3_context,
    p: Z3_param_descrs,
    i: c_uint
) -> Z3_symbol
Expand description

Return the number of parameters in the given parameter description set.

Preconditions:

  • i < Z3_param_descrs_size(c, p)