Function z3_sys::Z3_func_interp_get_arity[][src]

pub unsafe extern "C" fn Z3_func_interp_get_arity(
    c: Z3_context,
    f: Z3_func_interp
) -> c_uint
Expand description

Return the arity (number of arguments) of the given function interpretation.