pub unsafe extern "C" fn Z3_mk_as_array(
c: Z3_context,
f: Z3_func_decl,
) -> Option<Z3_ast>Expand description
Create array with the same interpretation as a function. The array satisfies the property (f x) = (select (_ as-array f) x) for every argument x.