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

Take the set difference between two sets.