Function z3_sys::Z3_mk_select
[−]
[src]
pub unsafe extern "C" fn Z3_mk_select(
c: Z3_context,
a: Z3_ast,
i: Z3_ast
) -> Z3_ast
Array read.
The argument a is the array and i is the index of the array that gets read.
The node a must have an array sort [domain -> range],
and i must have the sort domain.
The sort of the result is range.
See also: