Z3_get_as_array_func_decl

Function Z3_get_as_array_func_decl 

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

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

ยงSee also: