pub unsafe extern "C" fn Z3_is_quantifier_forall(
    c: Z3_context,
    a: Z3_ast
) -> Z3_bool
Expand description

Determine if quantifier is universal.

Preconditions:

  • Z3_get_ast_kind(a) == AstKind::Quantifier