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

Determine if ast is an existential quantifier.