Function z3_sys::Z3_get_quantifier_num_bound [] [src]

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

Return number of bound variables of quantifier.

Precondition: Z3_get_ast_kind(a) == AstKind::Quantifier