Function Z3_get_quantifier_bound_sort
Source pub unsafe extern "C" fn Z3_get_quantifier_bound_sort(
c: Z3_context,
a: Z3_ast,
i: c_uint,
) -> Z3_sort
Expand description
Return sort of the i’th bound variable.
§Preconditions:
Z3_get_ast_kind(a) == AstKind::Quantifier