Skip to main content

Z3_get_array_arity

Function Z3_get_array_arity 

Source
pub unsafe extern "C" fn Z3_get_array_arity(
    c: Z3_context,
    s: Z3_sort,
) -> c_uint
Expand description

Return the arity (number of dimensions) of the given array sort.

§Preconditions

  • Z3_get_sort_kind(s) == Z3_ARRAY_SORT

§See also