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

Return the function declaration f associated with a (_ as_array f) node.

See also: