[][src]Function z3_sys::Z3_mk_array_ext

pub unsafe extern "C" fn Z3_mk_array_ext(
    c: Z3_context,
    arg1: Z3_ast,
    arg2: Z3_ast
) -> Z3_ast

Create array extensionality index given two arrays with the same sort. The meaning is given by the axiom: (=> (= (select A (array-ext A B)) (select B (array-ext A B))) (= A B))