[][src]Function z3_sys::Z3_mk_as_array

pub unsafe extern "C" fn Z3_mk_as_array(
    c: Z3_context,
    f: Z3_func_decl
) -> Z3_ast

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.