[][src]Function z3_sys::Z3_is_quantifier_forall

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

Determine if quantifier is universal.

Preconditions:

  • Z3_get_ast_kind(a) == AstKind::Quantifier