Function z3_sys::Z3_mk_eq[][src]

pub unsafe extern "C" fn Z3_mk_eq(
    c: Z3_context,
    l: Z3_ast,
    r: Z3_ast
) -> Z3_ast
Expand description

Create an AST node representing l = r.

The nodes l and r must have the same type.