Function z3_sys::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: