Function z3_sys::Z3_mk_select_n

source ·
pub unsafe extern "C" fn Z3_mk_select_n(
    c: Z3_context,
    a: Z3_ast,
    n: c_uint,
    idxs: *const Z3_ast
) -> Z3_ast
Expand description

n-ary Array read. The argument a is the array and idxs are the indices of the array that gets read.