pub unsafe extern "C" fn Z3_get_quantifier_num_patterns(
c: Z3_context,
a: Z3_ast,
) -> c_uintExpand description
Return number of patterns used in quantifier.
ยงPreconditions
Z3_get_ast_kind(a) == Z3_QUANTIFIER_AST
pub unsafe extern "C" fn Z3_get_quantifier_num_patterns(
c: Z3_context,
a: Z3_ast,
) -> c_uintReturn number of patterns used in quantifier.
Z3_get_ast_kind(a) == Z3_QUANTIFIER_AST