[][src]Function z3_sys::Z3_mk_eq

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

Create an AST node representing l = r.

The nodes l and r must have the same type.