Function Z3_mk_array_sort_n

Source
pub unsafe extern "C" fn Z3_mk_array_sort_n(
    c: Z3_context,
    n: c_uint,
    domain: *const Z3_sort,
    range: Z3_sort,
) -> Z3_sort
Expand description

Create an array type with N arguments

ยงSee also: