Function z3_sys::Z3_mk_set_add [] [src]

pub unsafe extern "C" fn Z3_mk_set_add(
    c: Z3_context,
    set: Z3_ast,
    elem: Z3_ast
) -> Z3_ast

Add an element to a set.

The first argument must be a set, the second an element.