Function z3_sys::Z3_mk_set_del [] [src]

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

Remove an element to a set.

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