Function z3_sys::Z3_get_quantifier_body[][src]

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

Return body of quantifier.

Preconditions:

  • Z3_get_ast_kind(a) == AstKind::Quantifier